Home
last modified time | relevance | path

Searched refs:fenceWarn (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h529 bool fenceWarn(hwc_fence_info_t **info, uint32_t threshold);
531 bool fenceWarn(ExynosDisplay *display, uint32_t threshold);
DExynosHWCHelper.cpp1038 bool fenceWarn(ExynosDisplay *display, uint32_t threshold) { in fenceWarn() function
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp765 if (fenceWarn(display, MAX_FENCE_THRESHOLD)) { in validateFences()