Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp834 void AttachedChoreographerTest::frameRateTestScenario(Fps layerFps, int8_t frameRateCompatibility, in frameRateTestScenario()
859 int8_t frameRateCompatibility = ANATIVEWINDOW_FRAME_RATE_COMPATIBILITY_DEFAULT; in TEST_F() local
871 int8_t frameRateCompatibility = ANATIVEWINDOW_FRAME_RATE_EXACT; in TEST_F() local
884 int8_t frameRateCompatibility = ANATIVEWINDOW_FRAME_RATE_COMPATIBILITY_FIXED_SOURCE; in TEST_F() local
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h72 } frameRateCompatibility = FrameRateCompatibility::Undefined; member
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp156 FrameRateCompatibility frameRateCompatibility, in setDefaultFrameRateCompatibility()
DScheduler.cpp690 int32_t id, scheduler::FrameRateCompatibility frameRateCompatibility) { in setDefaultFrameRateCompatibility()
1033 const auto frameRateCompatibility = layerHierarchy.getLayer()->frameRateCompatibility; in updateAttachedChoreographersInternal() local
/frameworks/native/libs/gui/include/gui/
DLayerState.h362 int8_t frameRateCompatibility; member
/frameworks/native/services/surfaceflinger/
DLayer.cpp108 const auto frameRateCompatibility = [frameRate] { in frameRateToSetFrameRateVotePayload() local
/frameworks/base/core/java/android/view/
DViewRootImpl.java13058 public void votePreferredFrameRate(float frameRate, int frameRateCompatibility) { in votePreferredFrameRate()