Searched refs:waitForFence (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/include/gui/
H A DBufferItemConsumer.h78 // If waitForFence is true, and the acquired BufferItem has a valid fence object,
81 bool waitForFence = true);
/frameworks/native/libs/gui/
H A DBufferItemConsumer.cpp67 nsecs_t presentWhen, bool waitForFence) {
82 if (waitForFence) {
66 acquireBuffer(BufferItem *item, nsecs_t presentWhen, bool waitForFence) argument
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h154 bool waitForFence = true);
H A DRingBufferConsumer.cpp64 bool waitForFence) {
108 if (waitForFence) {
62 pinSelectedBuffer( const RingBufferComparator& filter, bool waitForFence) argument
/frameworks/av/media/ndk/
H A DNdkImageReader.cpp369 bool waitForFence = acquireFenceFd == nullptr; local
370 status_t res = mBufferItemConsumer->acquireBuffer(buffer, 0, waitForFence);
/frameworks/av/include/media/stagefright/
H A DACodec.h217 status_t waitForFence(int fd, const char *dbg);
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h217 status_t waitForFence(int fd, const char *dbg);
/frameworks/av/media/libstagefright/include/
H A DACodec.h217 status_t waitForFence(int fd, const char *dbg);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1367 status_t ACodec::waitForFence(int fd, const char *dbg ) { function in class:android::ACodec
5625 (void)mCodec->waitForFence(fenceFd, "onOMXEmptyBufferDone");
5982 (void)mCodec->waitForFence(fenceFd, "onOMXFillBufferDone");

Completed in 116 milliseconds