Searched refs:waitForFence (Results 1 – 8 of 8) sorted by relevance
59 nsecs_t presentWhen, bool waitForFence) { in acquireBuffer() argument74 if (waitForFence) { in acquireBuffer()
77 bool waitForFence = true);
36 status_t acquireBuffer(BufferItem *item, nsecs_t presentWhen, bool waitForFence = true) {
154 bool waitForFence = true);
64 bool waitForFence) { in pinSelectedBuffer() argument108 if (waitForFence) { in pinSelectedBuffer()
417 bool waitForFence = acquireFenceFd == nullptr; in acquireImageLocked() local418 status_t res = mBufferItemConsumer->acquireBuffer(buffer, 0, waitForFence); in acquireImageLocked()
218 status_t waitForFence(int fd, const char *dbg);
1383 status_t ACodec::waitForFence(int fd, const char *dbg ) { in waitForFence() function in android::ACodec6163 (void)mCodec->waitForFence(fenceFd, "onOMXEmptyBufferDone"); in onOMXEmptyBufferDone()6532 (void)mCodec->waitForFence(fenceFd, "onOMXFillBufferDone"); in onOMXFillBufferDone()