Searched refs:FENCE_IP_ALL (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/ |
D | ExynosHWCDebug.h | 56 extern int hwcFenceDebug[FENCE_IP_ALL]; 66 return fence_close(fence, display, FENCE_TYPE_ALL, FENCE_IP_ALL); in hwcCheckFenceDebug()
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDevice.cpp | 58 int hwcFenceDebug[FENCE_IP_ALL]; 161 for (uint32_t i = 0; i < FENCE_IP_ALL; i++) in ExynosDevice() 736 if (typeNum > FENCE_TYPE_ALL || typeNum < 0 || ipNum > FENCE_IP_ALL || ipNum < 0 in setHWCFenceDebug() 749 if (ipNum == FENCE_IP_ALL) { in setHWCFenceDebug() 750 for (uint32_t i = 0; i < FENCE_IP_ALL; i++) { in setHWCFenceDebug() 767 for (uint32_t i = 0; i < FENCE_IP_ALL; i++) in getHWCFenceDebug()
|
D | ExynosDisplay.cpp | 1168 … fence_close(outImage.releaseFenceFd, this, FENCE_TYPE_DST_RELEASE, FENCE_IP_ALL); in initDisplay() 1548 fence_close(mLayers[i]->mAcquireFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_ALL); in handleStaticLayers() 1555 FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_ALL); in handleStaticLayers() 1810 FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_ALL); in validateExynosCompositionLayer() 1997 fence_fd = fence_close(fence_fd, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_ALL); in configureHandle() 5977 … fence_close(outImage.releaseFenceFd, this, FENCE_TYPE_DST_RELEASE, FENCE_IP_ALL); in closeFencesForSkipFrame()
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 864 FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_ALL); in freeBuffers() 871 FENCE_TYPE_SRC_RELEASE, FENCE_IP_ALL); in freeBuffers() 898 FENCE_TYPE_ALL, FENCE_IP_ALL); in checkStateFences() 1872 … acquireFence = fence_close(acquireFence, mAssignedDisplay, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_ALL); in setDstAcquireFence() 1886 FENCE_TYPE_DST_ACQUIRE, FENCE_IP_ALL); in setDstAcquireFence()
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.h | 303 FENCE_IP_ALL = 5, enumerator
|