Home
last modified time | relevance | path

Searched refs:frameRateCategorySmoothSwitchOnly (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/gui/
DLayerState.cpp88 frameRateCategorySmoothSwitchOnly(false), in layer_state_t()
159 SAFE_PARCEL(output.writeBool, frameRateCategorySmoothSwitchOnly); in write()
283 SAFE_PARCEL(input.readBool, &frameRateCategorySmoothSwitchOnly); in read()
663 frameRateCategorySmoothSwitchOnly = other.frameRateCategorySmoothSwitchOnly; in merge()
780 frameRateCategorySmoothSwitchOnly); in diff()
DSurfaceComposerClient.cpp2129 s->frameRateCategorySmoothSwitchOnly = smoothSwitchOnly; in setFrameRateCategory()
/frameworks/native/libs/gui/include/gui/
DLayerState.h370 bool frameRateCategorySmoothSwitchOnly; member
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.h180 bool frameRateCategorySmoothSwitchOnly = false; member
DRefreshRateSelector.cpp585 if (layer.frameRateCategorySmoothSwitchOnly) { in getRankedFrameRatesLocked()
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp126 frameRateCategorySmoothSwitchOnly = false; in RequestedLayerState()
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectorTest.cpp2167 .frameRateCategorySmoothSwitchOnly = in TEST_P()
2233 .frameRateCategorySmoothSwitchOnly = in TEST_P()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5714 if (layer->setFrameRateCategory(category, s.frameRateCategorySmoothSwitchOnly)) { in setClientStateLocked()