Searched refs:FreeSlotCaller (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DBufferQueueProducer.h209 enum class FreeSlotCaller { class in class:android::BufferQueueProducer
213 status_t waitForFreeSlotThenRelock(FreeSlotCaller caller, int* found) const;
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp241 status_t BufferQueueProducer::waitForFreeSlotThenRelock(FreeSlotCaller caller,
243 auto callerString = (caller == FreeSlotCaller::Dequeue) ?
292 if (caller == FreeSlotCaller::Dequeue) {
394 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Dequeue,
696 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Attach, &found);

Completed in 80 milliseconds