Searched refs:waitForFence (Results 1 – 7 of 7) sorted by relevance
59 nsecs_t presentWhen, bool waitForFence) { in acquireBuffer() argument74 if (waitForFence) { in acquireBuffer()
77 bool waitForFence = true);
154 bool waitForFence = true);
64 bool waitForFence) { in pinSelectedBuffer() argument108 if (waitForFence) { in pinSelectedBuffer()
379 bool waitForFence = acquireFenceFd == nullptr; in acquireImageLocked() local380 status_t res = mBufferItemConsumer->acquireBuffer(buffer, 0, waitForFence); in acquireImageLocked()
203 status_t waitForFence(int fd, const char *dbg);
1363 status_t ACodec::waitForFence(int fd, const char *dbg ) { in waitForFence() function in android::ACodec5740 (void)mCodec->waitForFence(fenceFd, "onOMXEmptyBufferDone"); in onOMXEmptyBufferDone()6097 (void)mCodec->waitForFence(fenceFd, "onOMXFillBufferDone"); in onOMXFillBufferDone()