Searched refs:FreeSlotCaller (Results 1 – 2 of 2) sorted by relevance
213 enum class FreeSlotCaller { enum217 status_t waitForFreeSlotThenRelock(FreeSlotCaller caller, std::unique_lock<std::mutex>& lock,
250 status_t BufferQueueProducer::waitForFreeSlotThenRelock(FreeSlotCaller caller, in waitForFreeSlotThenRelock()252 auto callerString = (caller == FreeSlotCaller::Dequeue) ? in waitForFreeSlotThenRelock()305 if (caller == FreeSlotCaller::Dequeue) { in waitForFreeSlotThenRelock()415 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Dequeue, lock, &found); in dequeueBuffer()734 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Attach, lock, &found); in attachBuffer()