Home
last modified time | relevance | path

Searched defs:allowGroupSwitching (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockDisplayModeSpecs.h23 inline gui::DisplayModeSpecs createDisplayModeSpecs(int32_t defaultMode, bool allowGroupSwitching, in createDisplayModeSpecs()
/frameworks/native/services/surfaceflinger/tests/
DDisplayConfigs_test.cpp92 void RefreshRateRangeTest::testSetAllowGroupSwitching(bool allowGroupSwitching) { in testSetAllowGroupSwitching()
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.h74 bool allowGroupSwitching = kAllowGroupSwitchingDefault; variable
87 allowGroupSwitching) {} argument
/frameworks/base/services/core/java/com/android/server/display/mode/
DDisplayModeDirector.java978 public boolean allowGroupSwitching; field in DisplayModeDirector.DesiredDisplayModeSpecs
998 boolean allowGroupSwitching, in DesiredDisplayModeSpecs()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2053 public boolean allowGroupSwitching; field in SurfaceControl.DesiredDisplayModeSpecs
2085 public DesiredDisplayModeSpecs(int defaultMode, boolean allowGroupSwitching, in DesiredDisplayModeSpecs()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp211 jfieldID allowGroupSwitching; member
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1293 const bool allowGroupSwitching = in setActiveModeFromBackdoor() local