Searched refs:FreeSlotCaller (Results 1 – 2 of 2) sorted by relevance
209 enum class FreeSlotCaller { enum213 status_t waitForFreeSlotThenRelock(FreeSlotCaller caller, int* found) const;
241 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()