Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferQueueProducer.h241 enum class FreeSlotCaller { enum
245 status_t waitForFreeSlotThenRelock(FreeSlotCaller caller, std::unique_lock<std::mutex>& lock,
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp285 status_t BufferQueueProducer::waitForFreeSlotThenRelock(FreeSlotCaller caller, in waitForFreeSlotThenRelock()
287 auto callerString = (caller == FreeSlotCaller::Dequeue) ? in waitForFreeSlotThenRelock()
340 if (caller == FreeSlotCaller::Dequeue) { in waitForFreeSlotThenRelock()
462 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Dequeue, lock, &found); in dequeueBuffer()
854 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Attach, lock, &found); in attachBuffer()