Searched refs:summarize (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerHistoryTest.cpp | 104 summary = history().summarize(time); in recordFramesAndExpect() 145 EXPECT_TRUE(history().summarize(time).empty()); in TEST_F() 151 ASSERT_EQ(1, history().summarize(time).size()); in TEST_F() 152 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F() 159 ASSERT_EQ(1, history().summarize(time).size()); in TEST_F() 160 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F() 176 auto summary = history().summarize(time); in TEST_F() 177 ASSERT_EQ(1, history().summarize(time).size()); in TEST_F() 179 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F() 185 summary = history().summarize(time); in TEST_F() [all …]
|
D | SetFrameRateTest.cpp | 482 mFlinger.mutableScheduler().mutableLayerHistory()->summarize(0); in TEST_P()
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 241 public static String summarize(Notification n) { in summarize() method in NotificationTests 258 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate() 303 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate() 324 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate() 348 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate() 366 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate() 380 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate() 392 L(" %s: notify=%dms (%d/%d)", summarize(n), time, in testCreate() 406 L(" %s: cancel=%dms", summarize(n), time); in testCreate() 426 summarize(n), time, p.dataPosition(), in testCreate() [all …]
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | LayerHistory.h | 70 Summary summarize(nsecs_t now);
|
D | LayerHistory.cpp | 141 LayerHistory::Summary LayerHistory::summarize(nsecs_t now) { in summarize() function in android::scheduler::LayerHistory
|
D | Scheduler.cpp | 618 scheduler::LayerHistory::Summary summary = mLayerHistory->summarize(systemTime()); in chooseRefreshRateForContent()
|
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
D | JobInfo.java | 1639 public String summarize() { in summarize() method in JobInfo.Builder
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobStore.java | 977 + jobBuilder.summarize()); in restoreJobFromXml()
|