Searched refs:smoothSwitchOnly (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
D | StubTransaction.java | 264 boolean smoothSwitchOnly) { in setFrameRateCategory() argument
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | RefreshRateSelectorTest.cpp | 2132 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/ |
D | RefreshRateSelector.cpp | 645 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/ |
D | SurfaceControl.java | 264 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/ |
D | SurfaceComposerClient.h | 699 bool smoothSwitchOnly);
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.h | 792 bool setFrameRateCategory(FrameRateCategory, bool smoothSwitchOnly);
|
D | Layer.cpp | 1324 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/ |
D | android_view_SurfaceControl.cpp | 1042 jboolean smoothSwitchOnly) { in nativeSetFrameRateCategory() argument 1045 transaction->setFrameRateCategory(ctrl, static_cast<int8_t>(category), smoothSwitchOnly); in nativeSetFrameRateCategory()
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 2121 const sp<SurfaceControl>& sc, int8_t category, bool smoothSwitchOnly) { in setFrameRateCategory() argument 2129 s->frameRateCategorySmoothSwitchOnly = smoothSwitchOnly; in setFrameRateCategory()
|