Searched defs:waitForFence (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferItemConsumer.cpp61 nsecs_t presentWhen, bool waitForFence) {
76 if (waitForFence) {
60 acquireBuffer(BufferItem *item, nsecs_t presentWhen, bool waitForFence) argument
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp64 bool waitForFence) {
108 if (waitForFence) {
62 pinSelectedBuffer( const RingBufferComparator& filter, bool waitForFence) argument
/frameworks/av/media/libstagefright/
H A DACodec.cpp1293 status_t ACodec::waitForFence(int fd, const char *dbg ) { function in class:android::ACodec
5606 (void)mCodec->waitForFence(fenceFd, "onOMXEmptyBufferDone");
5985 (void)mCodec->waitForFence(fenceFd, "onOMXFillBufferDone");

Completed in 160 milliseconds