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

  /frameworks/native/libs/gui/include/gui/
BufferItemConsumer.h 74 // If waitForFence is true, and the acquired BufferItem has a valid fence object,
77 bool waitForFence = true);
  /frameworks/native/libs/gui/
BufferItemConsumer.cpp 59 nsecs_t presentWhen, bool waitForFence) {
74 if (waitForFence) {
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 154 bool waitForFence = true);
RingBufferConsumer.cpp 64 bool waitForFence) {
108 if (waitForFence) {
  /frameworks/av/media/ndk/
NdkImageReader.cpp 379 bool waitForFence = acquireFenceFd == nullptr;
380 status_t res = mBufferItemConsumer->acquireBuffer(buffer, 0, waitForFence);
  /frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h 203 status_t waitForFence(int fd, const char *dbg);
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 178 milliseconds