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()
1019 hwc_dup(mPrevAcquireFence, mDisplay, in setSrcAcquireFence()
DExynosDisplay.cpp2727 hwc_dup(mLastRetireFence, this, FENCE_TYPE_RETIRE, FENCE_IP_DPP)); in deliverWinConfigData()
2821 hwc_dup(config.rel_fence, this, in setReleaseFences()
2866 hwc_dup(config.rel_fence, this, in setReleaseFences()
2944 hwc_dup(config.rel_fence, in setReleaseFences()
3913 mLastRetireFence = hwc_dup((*outRetireFence), this, FENCE_TYPE_RETIRE, FENCE_IP_DPP, true); in presentDisplay()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h489 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