HomeSort by relevance Sort by last modified time
    Searched refs:waitForFreeSlotThenRelock (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/include/gui/
BufferQueueProducer.h 204 // waitForFreeSlotThenRelock finds the oldest slot in the FREE state. It may
213 status_t waitForFreeSlotThenRelock(FreeSlotCaller caller, int* found) const;
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 248 status_t BufferQueueProducer::waitForFreeSlotThenRelock(FreeSlotCaller caller,
401 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Dequeue,
416 // waitForFreeSlotThenRelock must have returned a slot containing a
721 status_t status = waitForFreeSlotThenRelock(FreeSlotCaller::Attach, &found);
    [all...]

Completed in 68 milliseconds