Searched defs:nextEventTime (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/ |
D | RateEstimatorTest.java | 65 long nextEventTime = postEvents(eventStart, 0, 5); // five events at \inf in testInstantaneousBurstIsEstimatedUnderTwoPercent() local 74 long nextEventTime = postEvents(eventStart, 1, 5); // five events at 1000Hz in testCompactBurstIsEstimatedUnderTwoPercent() local 83 long nextEventTime = postEvents(eventStart, 1, 100); // one hundred events at 1000Hz in testSustained1000HzBurstIsEstimatedOverNinetyPercent() local 92 long nextEventTime = postEvents(eventStart, 10, 100); // one hundred events at 100Hz in testSustained100HzBurstIsEstimatedOverNinetyPercent() local 102 long nextEventTime = postEvents(eventStart, 10, 1000); // one hundred events at 100Hz in testRecoverQuicklyAfterSustainedBurst() local 111 long nextEventTime = postEvents(eventStart, 1, 1000); // one thousand events at 1000Hz in testEstimateShouldNotOvershoot() local
|
/frameworks/native/services/surfaceflinger/ |
D | DispSync.cpp | 247 nsecs_t nextEventTime = INT64_MAX; in computeNextEventTimeLocked() local
|