Searched refs:waitForFence (Results 1 - 6 of 6) sorted by relevance
/frameworks/native/include/gui/ |
H A D | BufferItemConsumer.h | 75 // If waitForFence is true, and the acquired BufferItem has a valid fence object, 78 bool waitForFence = true);
|
/frameworks/native/libs/gui/ |
H A D | BufferItemConsumer.cpp | 57 nsecs_t presentWhen, bool waitForFence) { 72 if (waitForFence) { 56 acquireBuffer(BufferItem *item, nsecs_t presentWhen, bool waitForFence) argument
|
/frameworks/av/services/camera/libcameraservice/gui/ |
H A D | RingBufferConsumer.h | 156 bool waitForFence = true);
|
H A D | RingBufferConsumer.cpp | 64 bool waitForFence) { 108 if (waitForFence) { 62 pinSelectedBuffer( const RingBufferComparator& filter, bool waitForFence) argument
|
/frameworks/av/include/media/stagefright/ |
H A D | ACodec.h | 192 status_t waitForFence(int fd, const char *dbg);
|
/frameworks/av/media/libstagefright/ |
H A D | ACodec.cpp | 1211 status_t ACodec::waitForFence(int fd, const char *dbg ) { function in class:android::ACodec 4780 (void)mCodec->waitForFence(fenceFd, "onOMXEmptyBufferDone"); 5114 (void)mCodec->waitForFence(fenceFd, "onOMXFillBufferDone");
|
Completed in 132 milliseconds