Home
last modified time | relevance | path

Searched refs:hwc_dup (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
H A DExynosVirtualDisplay.cpp201 mOutputBufferAcquireFenceFd = hwc_dup(releaseFence, in setOutputBuffer()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.cpp387 hwc_dup(mAcquireFence, mDisplay, FENCE_TYPE_SRC_ACQUIRE, in setLayerBuffer()
919 hwc_dup(mPrevAcquireFence, mDisplay, in setSrcAcquireFence()
H A DExynosDisplay.cpp2331 hwc_dup(mLastRetireFence, this, FENCE_TYPE_RETIRE, FENCE_IP_DPP)); in deliverWinConfigData()
2420 hwc_dup(config.rel_fence, this, in setReleaseFences()
2459 hwc_dup(config.rel_fence, this, in setReleaseFences()
2537 hwc_dup(config.rel_fence, in setReleaseFences()
3222 mLastRetireFence = hwc_dup((*outRetireFence), this, FENCE_TYPE_RETIRE, FENCE_IP_DPP); in presentDisplay()
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.h449 int hwc_dup(int fd, ExynosDisplay *display, hwc_fdebug_fence_type type, hwc_fdebug_ip_type ip,
H A DExynosHWCHelper.cpp790 int hwc_dup(int fd, ExynosDisplay* display, hwc_fdebug_fence_type type, hwc_fdebug_ip_type ip, in hwc_dup() function