Home
last modified time | relevance | path

Searched refs:smoothSwitchOnly (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DStubTransaction.java264 boolean smoothSwitchOnly) { in setFrameRateCategory() argument
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectorTest.cpp2132 bool smoothSwitchOnly = false; in TEST_P() member
2158 ftl::enum_string(testCase.frameRateCategory).c_str(), testCase.smoothSwitchOnly); in TEST_P()
2163 << " smooth:" << testCase.smoothSwitchOnly << ")"; in TEST_P()
2168 testCase.smoothSwitchOnly, in TEST_P()
2177 << " (smooth=" << testCase.smoothSwitchOnly << ")"; in TEST_P()
2182 << " (smooth=" << testCase.smoothSwitchOnly << ")"; in TEST_P()
2199 bool smoothSwitchOnly = false; in TEST_P() member
2224 ftl::enum_string(testCase.frameRateCategory).c_str(), testCase.smoothSwitchOnly); in TEST_P()
2229 << " smooth:" << testCase.smoothSwitchOnly << ")"; in TEST_P()
2234 testCase.smoothSwitchOnly, in TEST_P()
[all …]
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.cpp645 const bool smoothSwitchOnly = categorySmoothSwitchOnlyLayers > 0; in getRankedFrameRatesLocked() local
653 return !smoothSwitchOnly || in getRankedFrameRatesLocked()
702 if (smoothSwitchOnly && modePtr->getId() != activeModeId) { in getRankedFrameRatesLocked()
/frameworks/base/core/java/android/view/
DSurfaceControl.java264 long transactionObj, long nativeObject, int category, boolean smoothSwitchOnly); in nativeSetFrameRateCategory() argument
3898 @Surface.FrameRateCategory int category, boolean smoothSwitchOnly) { in setFrameRateCategory() argument
3900 nativeSetFrameRateCategory(mNativeObject, sc.mNativeObject, category, smoothSwitchOnly); in setFrameRateCategory()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h699 bool smoothSwitchOnly);
/frameworks/native/services/surfaceflinger/
DLayer.h792 bool setFrameRateCategory(FrameRateCategory, bool smoothSwitchOnly);
DLayer.cpp1324 bool Layer::setFrameRateCategory(FrameRateCategory category, bool smoothSwitchOnly) { in setFrameRateCategory() argument
1326 mDrawingState.frameRate.categorySmoothSwitchOnly == smoothSwitchOnly) { in setFrameRateCategory()
1332 mDrawingState.frameRate.categorySmoothSwitchOnly = smoothSwitchOnly; in setFrameRateCategory()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1042 jboolean smoothSwitchOnly) { in nativeSetFrameRateCategory() argument
1045 transaction->setFrameRateCategory(ctrl, static_cast<int8_t>(category), smoothSwitchOnly); in nativeSetFrameRateCategory()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2121 const sp<SurfaceControl>& sc, int8_t category, bool smoothSwitchOnly) { in setFrameRateCategory() argument
2129 s->frameRateCategorySmoothSwitchOnly = smoothSwitchOnly; in setFrameRateCategory()