Home
last modified time | relevance | path

Searched refs:isVrrApiSupported (Results 1 – 6 of 6) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/libdevice/
DExynosDeviceModule.cpp27 ExynosDeviceModule::ExynosDeviceModule(bool isVrrApiSupported) in ExynosDeviceModule() argument
28 : ExynosDevice(isVrrApiSupported), mDisplayColorLoader(DISPLAY_COLOR_LIB) { in ExynosDeviceModule()
DExynosDeviceModule.h31 ExynosDeviceModule(bool isVrrApiSupported);
/hardware/google/graphics/zuma/libhwc2.1/libdevice/
DExynosDeviceModule.cpp27 ExynosDeviceModule::ExynosDeviceModule(bool isVrrApiSupported) in ExynosDeviceModule() argument
28 : gs201::ExynosDeviceModule(isVrrApiSupported) {} in ExynosDeviceModule()
DExynosDeviceModule.h28 ExynosDeviceModule(bool isVrrApiSupported);
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h356 bool isVrrApiSupported() const { return mVrrApiSupported; }; in isVrrApiSupported() function
/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.cpp953 if (!mDisplay->mDevice->isVrrApiSupported()) { in reportRefreshRateIndicator()