Searched refs:isVrrApiSupported (Results 1 – 6 of 6) sorted by relevance
27 ExynosDeviceModule::ExynosDeviceModule(bool isVrrApiSupported) in ExynosDeviceModule() argument28 : ExynosDevice(isVrrApiSupported), mDisplayColorLoader(DISPLAY_COLOR_LIB) { in ExynosDeviceModule()
31 ExynosDeviceModule(bool isVrrApiSupported);
27 ExynosDeviceModule::ExynosDeviceModule(bool isVrrApiSupported) in ExynosDeviceModule() argument28 : gs201::ExynosDeviceModule(isVrrApiSupported) {} in ExynosDeviceModule()
28 ExynosDeviceModule(bool isVrrApiSupported);
356 bool isVrrApiSupported() const { return mVrrApiSupported; }; in isVrrApiSupported() function
953 if (!mDisplay->mDevice->isVrrApiSupported()) { in reportRefreshRateIndicator()