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

  /frameworks/native/include/gui/
BufferQueueProducer.h 65 // The outFence parameter will be updated to hold the fence associated with
96 virtual status_t dequeueBuffer(int *outSlot, sp<Fence>* outFence, bool async,
104 sp<Fence>* outFence);
IGraphicBufferProducer.h 198 // equivalent to outBuffer from the requestBuffer call, and outFence is
203 // * BAD_VALUE - either outBuffer or outFence were NULL.
207 sp<Fence>* outFence) = 0;
286 bool* outAsync, sp<Fence>* outFence,
294 *outFence = fence;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.h 67 status_t nextBuffer(sp<GraphicBuffer>& outBuffer, sp<Fence>& outFence);
FramebufferSurface.cpp 86 status_t FramebufferSurface::nextBuffer(sp<GraphicBuffer>& outBuffer, sp<Fence>& outFence) {
119 outFence = item.mFence;
VirtualDisplaySurface.h 106 sp<Fence>* outFence);
VirtualDisplaySurface.cpp 231 sp<Fence> outFence = mHwc.getLastRetireFence(mDisplayId);
240 outFence),
250 mSource[SOURCE_SINK]->cancelBuffer(sslot, outFence);
403 sp<GraphicBuffer>* /* outBuffer */, sp<Fence>* /* outFence */) {
  /frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp 73 sp<Fence>* outFence) {
74 return mProducer->detachNextBuffer(outBuffer, outFence);
MonitoredProducer.h 43 sp<Fence>* outFence);
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 129 sp<Fence>* outFence) {
133 } else if (outFence == NULL) {
134 ALOGE("detachNextBuffer: outFence must not be NULL");
152 *outFence = new Fence;
153 reply.read(**outFence);
BufferQueueProducer.cpp 247 sp<android::Fence> *outFence, bool async,
330 *outFence = mSlots[found].mFence;
417 sp<Fence>* outFence) {
423 } else if (outFence == NULL) {
424 BQ_LOGE("detachNextBuffer: outFence must not be NULL");
455 *outFence = mSlots[found].mFence;
    [all...]

Completed in 75 milliseconds