Searched refs:AttachedChoreographerTest (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SchedulerTest.cpp | 706 class AttachedChoreographerTest : public SchedulerTest { class 712 TEST_F(AttachedChoreographerTest, registerSingle) { in TEST_F() argument 729 TEST_F(AttachedChoreographerTest, registerMultipleOnSameLayer) { in TEST_F() argument 760 TEST_F(AttachedChoreographerTest, registerMultipleOnDifferentLayers) { in TEST_F() argument 789 TEST_F(AttachedChoreographerTest, removedWhenConnectionIsGone) { in TEST_F() argument 820 TEST_F(AttachedChoreographerTest, removedWhenLayerIsGone) { in TEST_F() argument 834 void AttachedChoreographerTest::frameRateTestScenario(Fps layerFps, int8_t frameRateCompatibility, in frameRateTestScenario() 857 TEST_F(AttachedChoreographerTest, setsFrameRateDefault) { in TEST_F() argument 869 TEST_F(AttachedChoreographerTest, setsFrameRateExact) { in TEST_F() argument 882 TEST_F(AttachedChoreographerTest, setsFrameRateExactOrMultiple) { in TEST_F() argument [all …]
|
/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/ |
D | AttachedChoreographerTest.java | 54 public class AttachedChoreographerTest { class
|