Home
last modified time | relevance | path

Searched refs:OptionalFeature (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.cpp267 bool HidlComposer::isSupported(OptionalFeature feature) const { in isSupported()
269 case OptionalFeature::RefreshRateSwitching: in isSupported()
271 case OptionalFeature::ExpectedPresentTime: in isSupported()
272 case OptionalFeature::DisplayBrightnessCommand: in isSupported()
273 case OptionalFeature::KernelIdleTimer: in isSupported()
274 case OptionalFeature::PhysicalDisplayOrientation: in isSupported()
1440 isSupported(Hwc2::Composer::OptionalFeature::RefreshRateSwitching); in registerCallback()
DComposerHal.h98 enum class OptionalFeature { enum
107 virtual bool isSupported(OptionalFeature) const = 0;
DAidlComposerHal.cpp283 bool AidlComposer::isSupported(OptionalFeature feature) const { in isSupported()
285 case OptionalFeature::RefreshRateSwitching: in isSupported()
286 case OptionalFeature::ExpectedPresentTime: in isSupported()
287 case OptionalFeature::DisplayBrightnessCommand: in isSupported()
288 case OptionalFeature::KernelIdleTimer: in isSupported()
289 case OptionalFeature::PhysicalDisplayOrientation: in isSupported()
DAidlComposerHal.h68 bool isSupported(OptionalFeature) const;
DHidlComposerHal.h169 bool isSupported(OptionalFeature) const;
DHWC2.cpp152 return mComposer.isSupported(android::Hwc2::Composer::OptionalFeature::RefreshRateSwitching); in isVsyncPeriodSwitchSupported()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayModeControllerTest.cpp87 isSupported(Hwc2::Composer::OptionalFeature::RefreshRateSwitching)) in expectModeSet()
DSurfaceFlinger_DisplayModeSwitching.cpp83 ON_CALL(*mComposer, isSupported(Hwc2::Composer::OptionalFeature::RefreshRateSwitching)) in SetUp()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockComposer.h53 MOCK_METHOD(bool, isSupported, (OptionalFeature), (const, override));
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2028 Hwc2::Composer::OptionalFeature::DisplayBrightnessCommand); in setDisplayBrightness()
3070 Hwc2::Composer::OptionalFeature::PhysicalDisplayOrientation)) { in getPhysicalDisplayOrientation()
4205 Hwc2::Composer::OptionalFeature::DisplayBrightnessCommand); in persistDisplayBrightness()
4514 Hwc2::Composer::OptionalFeature::ExpectedPresentTime)) { in initScheduler()
7738 android::Hwc2::Composer::OptionalFeature::KernelIdleTimer); in getKernelIdleTimerProperties()