Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DStubTransaction.java264 boolean smoothSwitchOnly) { in setFrameRateCategory()
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.cpp645 const bool smoothSwitchOnly = categorySmoothSwitchOnlyLayers > 0; in getRankedFrameRatesLocked() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectorTest.cpp2132 bool smoothSwitchOnly = false; in TEST_P() member
2199 bool smoothSwitchOnly = false; in TEST_P() member
/frameworks/base/core/java/android/view/
DSurfaceControl.java264 long transactionObj, long nativeObject, int category, boolean smoothSwitchOnly); in nativeSetFrameRateCategory()
3898 @Surface.FrameRateCategory int category, boolean smoothSwitchOnly) { in setFrameRateCategory()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1324 bool Layer::setFrameRateCategory(FrameRateCategory category, bool smoothSwitchOnly) { in setFrameRateCategory()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2121 const sp<SurfaceControl>& sc, int8_t category, bool smoothSwitchOnly) { in setFrameRateCategory()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1042 jboolean smoothSwitchOnly) { in nativeSetFrameRateCategory()