Home
last modified time | relevance | path

Searched refs:late (Results 1 – 12 of 12) 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 …]
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DVsyncConfig.h49 VsyncConfig late; // Default. member
53 return early == other.early && earlyGpu == other.earlyGpu && late == other.late &&
/frameworks/native/services/surfaceflinger/Scheduler/
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()
DVsyncModulator.h94 VsyncConfig mVsyncConfig GUARDED_BY(mMutex){mVsyncConfigSet.late}; in GUARDED_BY()
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java1163 for (EntryFile late : future) { in createEntry()
1164 mAllFiles.blocks -= late.blocks; in createEntry()
1165 FileList tagFiles = mFilesByTag.get(late.tag); in createEntry()
1166 if (tagFiles != null && tagFiles.contents.remove(late)) { in createEntry()
1167 tagFiles.blocks -= late.blocks; in createEntry()
1169 if ((late.flags & DropBoxManager.IS_EMPTY) == 0) { in createEntry()
1170 enrollEntry(new EntryFile(late.getFile(mDropBoxDir), mDropBoxDir, in createEntry()
1171 late.tag, t++, late.flags, mBlockSize)); in createEntry()
1173 enrollEntry(new EntryFile(mDropBoxDir, late.tag, t++)); in createEntry()
/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_flags.aconfig206 …er is trying to opportunistically present a frame when the configuration change from late to early"
DSurfaceFlinger.cpp1186 outMode.appVsyncOffset = vsyncConfigSet.late.appOffset; in getDynamicDisplayInfoInternal()
1187 outMode.sfVsyncOffset = vsyncConfigSet.late.sfOffset; in getDynamicDisplayInfoInternal()
3162 mScheduler->getVsyncConfiguration().getCurrentConfigs().late.sfOffset; in onCompositionPresented()
4533 /* workDuration */ configs.late.appWorkDuration, in initScheduler()
4534 /* readyDuration */ configs.late.sfWorkDuration); in initScheduler()
4538 /* readyDuration */ configs.late.sfWorkDuration); in initScheduler()
4543 mScheduler->initVsync(*mFrameTimeline->getTokenManager(), configs.late.sfWorkDuration); in initScheduler()
9049 mScheduler->getVsyncConfiguration().getConfigsForRefreshRate(refreshRate).late; in getMaxAcquiredBufferCountForRefreshRate()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DConnectivityControllerTest.java334 final JobStatus late = createJobStatus(job, now - 2000, now + 1000); in testCongestion() local
345 assertTrue(controller.isSatisfied(late, net, caps, mConstants)); in testCongestion()
353 assertTrue(controller.isSatisfied(late, net, caps, mConstants)); in testCongestion()
892 final JobStatus late = createJobStatus(job, now - 2000, now + 1000); in testRelaxed() local
918 assertTrue(controller.isSatisfied(late, net, caps, mConstants)); in testRelaxed()
933 assertFalse(controller.isSatisfied(late, net, caps, mConstants)); in testRelaxed()
/frameworks/native/cmds/atrace/
Datrace.rc3 on late-init
315 on late-init && property:ro.boot.fastboot.boottrace=
411 on late-init && property:ro.boot.hypervisor.vm.supported=1
/frameworks/proto_logging/stats/
Datoms.proto7420 // Total time for late stage mounting of disk devices during bootup.