Home
last modified time | relevance | path

Searched refs:late (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncConfigurationTest.cpp64 EXPECT_EQ(offsets.late.sfOffset, 6'166'667); in TEST_F()
65 EXPECT_EQ(offsets.late.appOffset, 2'333'334); in TEST_F()
67 EXPECT_EQ(offsets.late.sfWorkDuration, 10'500'000ns); in TEST_F()
68 EXPECT_EQ(offsets.late.appWorkDuration, 20'500'000ns); in TEST_F()
89 EXPECT_EQ(offsets.late.sfOffset, 611'111); in TEST_F()
90 EXPECT_EQ(offsets.late.appOffset, 2'333'333); in TEST_F()
92 EXPECT_EQ(offsets.late.sfWorkDuration, 10'500'000ns); in TEST_F()
93 EXPECT_EQ(offsets.late.appWorkDuration, 20'500'000ns); in TEST_F()
112 EXPECT_EQ(offsets.late.sfOffset, 1'000'000); in TEST_F()
113 EXPECT_EQ(offsets.late.appOffset, 1'000'000); in TEST_F()
[all …]
DTestableSurfaceFlinger.h333 void setPowerHintSessionMode(bool early, bool late) { in setPowerHintSessionMode() argument
334 mFlinger->mPowerHintSessionMode = {.late = late, .early = early}; in setPowerHintSessionMode()
/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.h75 VsyncConfig late; // Default. member
80 return early == other.early && earlyGpu == other.earlyGpu && late == other.late &&
129 VsyncConfig mVsyncConfig GUARDED_BY(mMutex){mVsyncConfigSet.late}; in GUARDED_BY()
DVsyncConfiguration.cpp60 const auto [early, earlyGpu, late, hwcMinWorkDuration] = getCurrentConfigs(); in dump()
73 late.appOffset, late.sfOffset, in dump()
75 late.appWorkDuration.count(), late.sfWorkDuration.count(), in dump()
190 .late = {.sfOffset = lateSfOffset, in getDefaultOffsets()
233 .late = in getHighFpsOffsets()
336 .late = in constructOffsets()
DVsyncModulator.cpp157 return mVsyncConfigSet.late; in getNextVsyncConfig()
173 const bool isLate = &offsets == &mVsyncConfigSet.late; in updateVsyncConfigLocked()
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java1095 for (EntryFile late : future) { in createEntry()
1096 mAllFiles.blocks -= late.blocks; in createEntry()
1097 FileList tagFiles = mFilesByTag.get(late.tag); in createEntry()
1098 if (tagFiles != null && tagFiles.contents.remove(late)) { in createEntry()
1099 tagFiles.blocks -= late.blocks; in createEntry()
1101 if ((late.flags & DropBoxManager.IS_EMPTY) == 0) { in createEntry()
1102 enrollEntry(new EntryFile(late.getFile(mDropBoxDir), mDropBoxDir, in createEntry()
1103 late.tag, t++, late.flags, mBlockSize)); in createEntry()
1105 enrollEntry(new EntryFile(mDropBoxDir, late.tag, t++)); in createEntry()
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_scheduler_fuzzer.cpp297 const VsyncModulator::VsyncConfig late{SF_OFFSET_LATE, APP_OFFSET_LATE, in fuzzVSyncModulator() local
300 const VsyncModulator::VsyncConfigSet offsets = {early, earlyGpu, late, in fuzzVSyncModulator()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DConnectivityControllerTest.java288 final JobStatus late = createJobStatus(job, now - 2000, now + 1000); in testCongestion() local
298 assertTrue(controller.isSatisfied(late, net, caps, mConstants)); in testCongestion()
306 assertTrue(controller.isSatisfied(late, net, caps, mConstants)); in testCongestion()
739 final JobStatus late = createJobStatus(job, now - 2000, now + 1000); in testRelaxed() local
764 assertTrue(controller.isSatisfied(late, net, caps, mConstants)); in testRelaxed()
778 assertFalse(controller.isSatisfied(late, net, caps, mConstants)); in testRelaxed()
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md63 2. It was sent too late (after the first frame was sent to SF instead of WM) OR
65 If it was sent neither too late, nor too early, and contained the assosciated seqId, then protocol …
75 It also can't be sent too late. By requirement 2 we must release and acquire the lock
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp450 {.late = base::GetBoolProperty("debug.sf.send_late_power_session_hint"s, true), in SurfaceFlinger()
1020 outMode.appVsyncOffset = vsyncConfigSet.late.appOffset; in getDynamicDisplayInfo()
1021 outMode.sfVsyncOffset = vsyncConfigSet.late.sfOffset; in getDynamicDisplayInfo()
2251 if (mPowerHintSessionMode.late) { in composite()
2353 nsecs_t idealLatency = (mVsyncConfiguration->getCurrentConfigs().late.sfOffset > 0) in setCompositorTimingSnapped()
2355 (mVsyncConfiguration->getCurrentConfigs().late.sfOffset % vsyncPeriod)) in setCompositorTimingSnapped()
2356 : ((-mVsyncConfiguration->getCurrentConfigs().late.sfOffset) % vsyncPeriod); in setCompositorTimingSnapped()
3447 /*workDuration=*/configs.late.appWorkDuration, in initScheduler()
3448 /*readyDuration=*/configs.late.sfWorkDuration, in initScheduler()
3453 /*readyDuration=*/configs.late.sfWorkDuration, in initScheduler()
[all …]
DSurfaceFlinger.h1445 bool late = false; member
/frameworks/native/cmds/atrace/
Datrace.rc3 on late-init
/frameworks/proto_logging/stats/
Datoms.proto6915 // Total time for late stage mounting of disk devices during bootup.