Home
last modified time | relevance | path

Searched defs:frameBeginTime (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/tests/
H A DFrameTargeterTest.cpp113 TimePoint& frameBeginTime; member
143 TimePoint frameBeginTime(989ms); in TEST_F() local
152 TimePoint frameBeginTime(1100ms); in TEST_F() local
165 TimePoint frameBeginTime(777ms); in TEST_F() local
178 TimePoint frameBeginTime(1000ms); in TEST_F() local
202 TimePoint frameBeginTime(1000ms); in TEST_F() local
227 TimePoint frameBeginTime(1000ms); in TEST_F() local
251 TimePoint frameBeginTime(2000ms); in TEST_F() local
270 TimePoint frameBeginTime(2000ms); in TEST_F() local
292 TimePoint frameBeginTime(2000ms); in TEST_F() local
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
H A DFrameTargeter.h49 TimePoint frameBeginTime() const { return mFrameBeginTime; } in frameBeginTime() function
136 TimePoint frameBeginTime; member