replicant-frameworks_native/libs/gui/tests
Mathias Agopian a3fbda3cef BuffferQueue disconnect is now always asynchrnous
we tag queued buffers with the "bufferqueue cannot block" flag
and use that bit to discard a buffer in the queue by new ones
comming in. this allows us to remove the buffer queue drain in
disconnect while maintaining the right behaviour if it gets
connected again (since each buffer remembers how it was enqueued).

Change-Id: I1e703d363a687b70b19ba49cef32213116e8bd3f
2013-07-18 22:28:18 -07:00
..
Android.mk
BufferQueue_test.cpp BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07:00
CpuConsumer_test.cpp
Surface_test.cpp
SurfaceTexture_test.cpp
SurfaceTextureClient_test.cpp