Searched refs:typeNum (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDevice.cpp | 734 void ExynosDevice::setHWCFenceDebug(uint32_t typeNum, uint32_t ipNum, uint32_t mode) in setHWCFenceDebug() argument 736 if (typeNum > FENCE_TYPE_ALL || typeNum < 0 || ipNum > FENCE_IP_ALL || ipNum < 0 in setHWCFenceDebug() 738 ALOGE("%s:: input is not valid type(%u), IP(%u), mode(%d)", __func__, typeNum, ipNum, mode); in setHWCFenceDebug() 744 if (typeNum == FENCE_TYPE_ALL) in setHWCFenceDebug() 747 value = 1 << typeNum; in setHWCFenceDebug()
|
D | ExynosDevice.h | 300 void setHWCFenceDebug(uint32_t ipNum, uint32_t typeNum, uint32_t mode);
|