Home
last modified time | relevance | path

Searched refs:typeNum (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.cpp480 void ExynosDevice::setHWCFenceDebug(uint32_t typeNum, uint32_t ipNum, uint32_t mode) in setHWCFenceDebug() argument
482 if (typeNum > FENCE_TYPE_ALL || typeNum < 0 || ipNum > FENCE_IP_ALL || ipNum < 0 in setHWCFenceDebug()
484 ALOGE("%s:: input is not valid type(%u), IP(%u), mode(%d)", __func__, typeNum, ipNum, mode); in setHWCFenceDebug()
490 if (typeNum == FENCE_TYPE_ALL) in setHWCFenceDebug()
493 value = 1 << typeNum; in setHWCFenceDebug()
H A DExynosDevice.h280 void setHWCFenceDebug(uint32_t ipNum, uint32_t typeNum, uint32_t mode);