HomeSort by relevance Sort by last modified time
    Searched defs:acquireFence (Results 1 - 9 of 9) sorted by null

  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestVirtualDisplay.cpp 42 int32_t acquireFence;
43 int ret = mBuffer.get(outHandle, &acquireFence);
44 outAcquireFence->reset(acquireFence);
Hwc2TestLayer.cpp 82 int32_t acquireFence;
83 int ret = mBuffer.get(outHandle, &acquireFence);
84 outAcquireFence->reset(acquireFence);
Hwc2Test.cpp 407 buffer_handle_t buffer, int32_t acquireFence,
415 buffer, acquireFence));
805 int32_t acquireFence, android_dataspace_t dataspace,
813 acquireFence, dataspace, damage));
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 103 sp<Fence> acquireFence(Fence::NO_FENCE);
105 status_t result = nextBuffer(slot, buf, acquireFence, dataspace);
193 sp<Fence> acquireFence;
194 status_t err = nextBuffer(buf, acquireFence);
200 err = mHwc.fbPost(mDisplayType, acquireFence, buf);
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 585 auto acquireFence = va_arg(args, int);
586 (void) acquireFence;
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 636 auto acquireFence = va_arg(args, int);
637 (void) acquireFence;
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 762 sp<Fence> acquireFence;
765 &crop, &scalingMode, &transform, &acquireFence, &stickyTransform,
769 if (acquireFence == NULL) {
774 auto acquireFenceTime = std::make_shared<FenceTime>(acquireFence);
849 mSlots[slot].mFence = acquireFence;
871 item.mFence = acquireFence;
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]

Completed in 2592 milliseconds