Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h224 ExynosDevice(bool vrrApiSupported);
DExynosDevice.cpp71 ExynosDevice::ExynosDevice(bool vrrApiSupported) in ExynosDevice() argument
80 mVrrApiSupported(vrrApiSupported) { in ExynosDevice()
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp42 bool vrrApiSupported = composerInterfaceVersion >= kMinComposerInterfaceVersionForVrrApi; in create() local
44 auto device = std::make_unique<ExynosDeviceModule>(vrrApiSupported); in create()