OSDN Git Service

BufferQueue: Test remote producer and consumer
authorDan Stoza <stoza@google.com>
Thu, 20 Mar 2014 22:36:31 +0000 (15:36 -0700)
committerDan Stoza <stoza@google.com>
Fri, 21 Mar 2014 18:16:54 +0000 (11:16 -0700)
commit1a0b8617909c94f6c7301b651cb7b07463529c8c
treec14ca9f9b0478cf8287f0169f5f265a1fbb4297f
parentf4e7008989b683ba35cb63ae420a0184fe098bae
BufferQueue: Test remote producer and consumer

Adds a test that puts the BufferQueue into its own process and
connects to it over remote binder interfaces. This exposed the fact
that while IGBC was technically binderized, it didn't actually work
when flattened, so this change also fixes that.

Change-Id: I728cdb662a4273ddd3440ed6040a12560313fe68
libs/gui/IGraphicBufferConsumer.cpp
libs/gui/tests/BufferQueue_test.cpp