Home
last modified time | relevance | path

Searched refs:summarize (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryTest.cpp104 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 …]
DSetFrameRateTest.cpp482 mFlinger.mutableScheduler().mutableLayerHistory()->summarize(0); in TEST_P()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java241 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/
DLayerHistory.h70 Summary summarize(nsecs_t now);
DLayerHistory.cpp141 LayerHistory::Summary LayerHistory::summarize(nsecs_t now) { in summarize() function in android::scheduler::LayerHistory
DScheduler.cpp618 scheduler::LayerHistory::Summary summary = mLayerHistory->summarize(systemTime()); in chooseRefreshRateForContent()
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobInfo.java1639 public String summarize() { in summarize() method in JobInfo.Builder
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobStore.java977 + jobBuilder.summarize()); in restoreJobFromXml()