Home
last modified time | relevance | path

Searched refs:waitForFreeSlotThenRelock (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/gui/
DBufferQueueProducer.h213 status_t waitForFreeSlotThenRelock(FreeSlotCaller caller, int* found) const;
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp241 status_t BufferQueueProducer::waitForFreeSlotThenRelock(FreeSlotCaller caller, in waitForFreeSlotThenRelock() function in android::BufferQueueProducer
394 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Dequeue, in dequeueBuffer()
696 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Attach, &found); in attachBuffer()