Home
last modified time | relevance | path

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

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