Searched refs:vrrApiSupported (Results 1 – 3 of 3) sorted by relevance
224 ExynosDevice(bool vrrApiSupported);
71 ExynosDevice::ExynosDevice(bool vrrApiSupported) in ExynosDevice() argument80 mVrrApiSupported(vrrApiSupported) { in ExynosDevice()
42 bool vrrApiSupported = composerInterfaceVersion >= kMinComposerInterfaceVersionForVrrApi; in create() local44 auto device = std::make_unique<ExynosDeviceModule>(vrrApiSupported); in create()