Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h286 bool isCallbackAvailable(int32_t descriptor);
DExynosDevice.cpp522 bool ExynosDevice::isCallbackAvailable(int32_t descriptor) { in isCallbackAvailable() function in ExynosDevice
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp1027 if (exynosDevice->isCallbackAvailable(HWC2_CALLBACK_VSYNC_2_4)) { in setVsyncEnabled()