Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.cpp198 mOutputBufferAcquireFenceFd = hwc_dup(releaseFence, in setOutputBuffer()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp437 hwc_dup(mAcquireFence, mDisplay, FENCE_TYPE_SRC_ACQUIRE, in setLayerBuffer()
1020 hwc_dup(mPrevAcquireFence, mDisplay, in setSrcAcquireFence()
DExynosDisplay.cpp2702 hwc_dup(mLastRetireFence, this, FENCE_TYPE_RETIRE, FENCE_IP_DPP)); in deliverWinConfigData()
2796 hwc_dup(config.rel_fence, this, in setReleaseFences()
2841 hwc_dup(config.rel_fence, this, in setReleaseFences()
2919 hwc_dup(config.rel_fence, in setReleaseFences()
3665 mLastRetireFence = hwc_dup((*outRetireFence), this, FENCE_TYPE_RETIRE, FENCE_IP_DPP, true); in presentDisplay()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h487 int hwc_dup(int fd, ExynosDisplay *display, HwcFdebugFenceType type, HwcFdebugIpType ip,
DExynosHWCHelper.cpp882 int hwc_dup(int fd, ExynosDisplay* display, HwcFdebugFenceType type, HwcFdebugIpType ip, in hwc_dup() function