Searched defs:outFence (Results 1 - 6 of 6) sorted by last modified time

/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h198 // 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;
284 deflate(int64_t* outTimestamp, bool* outIsAutoTimestamp, Rect* outCrop, int* outScalingMode, uint32_t* outTransform, bool* outAsync, sp<Fence>* outFence, uint32_t* outStickyTransform = NULL) const argument
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp252 sp<android::Fence> *outFence, bool async,
335 *outFence = mSlots[found].mFence;
422 sp<Fence>* outFence) {
428 } else if (outFence == NULL) {
429 BQ_LOGE("detachNextBuffer: outFence must not be NULL");
460 *outFence = mSlots[found].mFence;
251 dequeueBuffer(int *outSlot, sp<android::Fence> *outFence, bool async, uint32_t width, uint32_t height, uint32_t format, uint32_t usage) argument
421 detachNextBuffer(sp<GraphicBuffer>* outBuffer, sp<Fence>* outFence) argument
H A DIGraphicBufferProducer.cpp129 sp<Fence>* outFence) {
133 } else if (outFence == NULL) {
134 ALOGE("detachNextBuffer: outFence must not be NULL");
152 *outFence = new Fence;
153 reply.read(**outFence);
128 detachNextBuffer(sp<GraphicBuffer>* outBuffer, sp<Fence>* outFence) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp86 status_t FramebufferSurface::nextBuffer(sp<GraphicBuffer>& outBuffer, sp<Fence>& outFence) { argument
119 outFence = item.mFence;
H A DVirtualDisplaySurface.cpp231 sp<Fence> outFence = mHwc.getLastRetireFence(mDisplayId); local
240 outFence),
250 mSource[SOURCE_SINK]->cancelBuffer(sslot, outFence);
403 sp<GraphicBuffer>* /* outBuffer */, sp<Fence>* /* outFence */) {
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp73 sp<Fence>* outFence) {
74 return mProducer->detachNextBuffer(outBuffer, outFence);
72 detachNextBuffer(sp<GraphicBuffer>* outBuffer, sp<Fence>* outFence) argument

Completed in 157 milliseconds