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()
416 bool waitForFence = acquireFenceFd == nullptr; in acquireImageLocked() local417 status_t res = mBufferItemConsumer->acquireBuffer(buffer, 0, waitForFence); in acquireImageLocked()
204 status_t waitForFence(int fd, const char *dbg);
1366 status_t ACodec::waitForFence(int fd, const char *dbg ) { in waitForFence() function in android::ACodec5941 (void)mCodec->waitForFence(fenceFd, "onOMXEmptyBufferDone"); in onOMXEmptyBufferDone()6298 (void)mCodec->waitForFence(fenceFd, "onOMXFillBufferDone"); in onOMXFillBufferDone()