Searched refs:HwcFdebugFenceType (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.h | 282 enum HwcFdebugFenceType { enum 485 int fence_close(int fence, ExynosDisplay *display, HwcFdebugFenceType type, HwcFdebugIpType ip); 489 int hwc_dup(int fd, ExynosDisplay *display, HwcFdebugFenceType type, HwcFdebugIpType ip, 530 HwcFdebugFenceType type = FENCE_TYPE_UNDEFINED; 556 void setFenceInfo(uint32_t fd, const ExynosDisplay *display, HwcFdebugFenceType type, 562 void updateFenceInfo(uint32_t fd, const ExynosDisplay *display, HwcFdebugFenceType type,
|
D | ExynosHWCHelper.cpp | 853 int fence_close(int fence, ExynosDisplay* display, HwcFdebugFenceType type, HwcFdebugIpType ip) { in fence_close() 882 int hwc_dup(int fd, ExynosDisplay* display, HwcFdebugFenceType type, HwcFdebugIpType ip, in hwc_dup() 921 void setFenceInfo(uint32_t fd, const ExynosDisplay *display, HwcFdebugFenceType type, in setFenceInfo() 932 HwcFdebugFenceType type, HwcFdebugIpType ip, in updateFenceInfo()
|