Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
DRecurrenceRuleTest.java141 final Range<ZonedDateTime> cycle = it.next(); in testSane() local
144 final long length = cycle.getUpper().toEpochSecond() - cycle.getLower().toEpochSecond(); in testSane()
145 assertTrue(cycle + " must be more than 4 weeks", length >= 2419200); in testSane()
146 assertTrue(cycle + " must be less than 5 weeks", length <= 3024000); in testSane()
150 assertEquals(lastStart, cycle.getUpper()); in testSane()
152 lastStart = cycle.getLower(); in testSane()
/frameworks/compile/mclinker/lib/LD/
DStaticResolver.cpp63 bool cycle = false; in resolve() local
68 cycle = false; in resolve()
199 cycle = true; in resolve()
208 } while (cycle); in resolve()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp348 void Scheduler::createEventThread(Cycle cycle, frametimeline::TokenManager* tokenManager, in createEventThread() argument
352 std::make_unique<android::impl::EventThread>(cycle == Cycle::Render ? "app" : "appSf", in createEventThread()
356 if (cycle == Cycle::Render) { in createEventThread()
366 Cycle cycle, EventRegistrationFlags eventRegistration, const sp<IBinder>& layerHandle) { in createDisplayEventConnection() argument
367 const auto connection = eventThreadFor(cycle).createEventConnection(eventRegistration); in createDisplayEventConnection()
406 void Scheduler::onFrameRateOverridesChanged(Cycle cycle, PhysicalDisplayId displayId) { in onFrameRateOverridesChanged() argument
413 eventThreadFor(cycle).onFrameRateOverridesChanged(displayId, std::move(overrides)); in onFrameRateOverridesChanged()
416 void Scheduler::onHdcpLevelsChanged(Cycle cycle, PhysicalDisplayId displayId, in onHdcpLevelsChanged() argument
418 eventThreadFor(cycle).onHdcpLevelsChanged(displayId, connectedLevel, maxLevel); in onHdcpLevelsChanged()
421 void Scheduler::onPrimaryDisplayModeChanged(Cycle cycle, const FrameRateMode& mode) { in onPrimaryDisplayModeChanged() argument
[all …]
DScheduler.h148 const sp<EventThreadConnection>& getEventConnection(Cycle cycle) const { in getEventConnection() argument
149 return cycle == Cycle::Render ? mRenderEventConnection : mLastCompositeEventConnection; in getEventConnection()
361 EventThread& eventThreadFor(Cycle cycle) const { in eventThreadFor() argument
362 return *(cycle == Cycle::Render ? mRenderEventThread : mLastCompositeEventThread); in eventThreadFor()
587 Cycle cycle; member
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DNetworkCycleDataLoader.java83 final Pair<ZonedDateTime, ZonedDateTime> cycle = iterator.next(); in loadPolicyData() local
84 final long cycleStart = cycle.first.toInstant().toEpochMilli(); in loadPolicyData()
85 final long cycleEnd = cycle.second.toInstant().toEpochMilli(); in loadPolicyData()
DDataUsageController.java103 final Range<ZonedDateTime> cycle = it.next(); in getDataUsageInfo() local
104 start = cycle.getLower().toInstant().toEpochMilli(); in getDataUsageInfo()
105 end = cycle.getUpper().toInstant().toEpochMilli(); in getDataUsageInfo()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableScheduler.h74 void setEventThread(Cycle cycle, std::unique_ptr<EventThread> eventThreadPtr) { in setEventThread() argument
75 if (cycle == Cycle::Render) { in setEventThread()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/
DNetworkCycleDataLoaderTest.java122 final Range<ZonedDateTime> cycle = new Range<>(now, now); in loadPolicyData_shouldRecordUsageFromPolicyCycle() local
127 when(mIterator.next()).thenReturn(cycle); in loadPolicyData_shouldRecordUsageFromPolicyCycle()
/frameworks/base/test-base/hiddenapi/
DAndroid.bp31 // Use this instead of `android.test.base` to avoid a dependency cycle
/frameworks/base/services/core/java/com/android/server/connectivity/
DMultipathPolicyTracker.java292 Range<ZonedDateTime> cycle) { in getRemainingDailyBudget() argument
293 final long start = cycle.getLower().toInstant().toEpochMilli(); in getRemainingDailyBudget()
294 final long end = cycle.getUpper().toInstant().toEpochMilli(); in getRemainingDailyBudget()
/frameworks/native/services/inputflinger/docs/
Danr.md18 Every dispatch cycle, InputDispatcher will check all connections to see if any are unresponsive. To…
31 Looping through `waitQueue`s of all connections on every dispatch cycle could be costly. To improve…
35 On each dispatch cycle, InputDispatcher checks `AnrTracker` for the nearest timeout value. If the n…
Dpointer_capture.md46 …t currently has Pointer Capture. This is only updated during the dispatch cycle. If it is not `nul…
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal54 * @param chargeCycles A struct with battery charge cycle buckets.
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1682 final Pair<ZonedDateTime, ZonedDateTime> cycle = NetworkPolicyManager local
1684 final long cycleStart = cycle.first.toInstant().toEpochMilli();
1685 final long cycleEnd = cycle.second.toInstant().toEpochMilli();
2230 final Pair<ZonedDateTime, ZonedDateTime> cycle = NetworkPolicyManager in updateNetworkEnabledNL() local
2232 final long start = cycle.first.toInstant().toEpochMilli(); in updateNetworkEnabledNL()
2233 final long end = cycle.second.toInstant().toEpochMilli(); in updateNetworkEnabledNL()
2416 final Pair<ZonedDateTime, ZonedDateTime> cycle = NetworkPolicyManager
2418 final long start = cycle.first.toInstant().toEpochMilli();
2419 final long end = cycle.second.toInstant().toEpochMilli();
2522 final Range<ZonedDateTime> cycle = plan.cycleIterator().next();
[all …]
/frameworks/base/core/java/android/window/
DSurfaceSyncGroup.md47 …ive SurfaceSyncGroup is stored in ViewRootImpl and is tied to a rendering cycle. If multiple syncs…
50 …with VRI where you may have multiple changes for the same vsync rendering cycle, but different pla…
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java1232 final Range<ZonedDateTime> cycle = it.next();
1233 if (cycle.getLower().toInstant().toEpochMilli() < currentTime) {
1234 return cycle.getLower().toInstant().toEpochMilli();
/frameworks/opt/telephony/proto/src/
Dpersist_atoms.proto24 // Holds atoms to store on persist storage in case of power cycle or process crash.
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto2476 // Settings -> Data usage -> Billing cycle or DATA_USAGE_LIST -> Gear
2663 // OPEN: Settings > Billing cycle > Edit billing cycle dates dialog
2666 // OPEN: Settings > Billing cycle > Edit data limit/warning dialog
2669 // OPEN: Settings > Billing cycle > turn on data limit dialog
/frameworks/layoutlib/validator/resources/
Dstrings.properties135 result_message_traversal_cycle = This item may be part of a traversal ordering cycle due to its <tt…
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2009 // Settings -> Data usage -> Billing cycle or DATA_USAGE_LIST -> Gear
2674 // OPEN: Settings > Billing cycle > Edit billing cycle dates dialog
2677 // OPEN: Settings > Billing cycle > Edit data limit/warning dialog
2680 // OPEN: Settings > Billing cycle > turn on data limit dialog
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2160 const auto cycle = [&] { in createDisplayEventConnection() local
2171 return mScheduler->createDisplayEventConnection(cycle, eventRegistration, layerHandle); in createDisplayEventConnection()
/frameworks/proto_logging/stats/
Datoms.proto2590 // to be scheduled at boot, so all values are within the current boot cycle. Periodic
4656 * a given charge point. For example, if 10 cycle buckets are
6765 * Here are some examples of one effective cycle:
18095 * Logs: Number of keystore2 crashes per-boot cycle.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1740 field public static final int cycle = 17563660; // 0x10c000c
/frameworks/base/core/api/
Dcurrent.txt2471 field public static final int cycle = 17563660; // 0x10c000c
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt77685 Lcom/android/internal/R$interpolator;->cycle:I