Home
last modified time | relevance | path

Searched defs:waitForFence (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
DBufferItemConsumer.cpp69 nsecs_t presentWhen, bool waitForFence) { in acquireBuffer()
/frameworks/av/services/camera/libcameraservice/gui/
DRingBufferConsumer.cpp64 bool waitForFence) { in pinSelectedBuffer()
/frameworks/av/media/ndk/
DNdkImageReader.cpp379 bool waitForFence = acquireFenceFd == nullptr; in acquireImageLocked() local
/frameworks/av/media/libstagefright/
DACodec.cpp1369 status_t ACodec::waitForFence(int fd, const char *dbg ) { in waitForFence() function in android::ACodec