Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/backup/src/com/android/server/backup/remote/
DRemoteCallTest.java124 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenTimesOutBeforeCallbackIsCalled_returnsTimeOut() local
130 scheduled.open(); in testCall_whenTimesOutBeforeCallbackIsCalled_returnsTimeOut()
141 scheduled.block(); in testCall_whenTimesOutBeforeCallbackIsCalled_returnsTimeOut()
148 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenTimesOutBeforeCancelIsCalled_returnsTimeOut() local
149 RemoteCall remoteCall = new RemoteCall(callback -> scheduled.open(), 500); in testCall_whenTimesOutBeforeCancelIsCalled_returnsTimeOut()
153 scheduled.block(); in testCall_whenTimesOutBeforeCancelIsCalled_returnsTimeOut()
161 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenCallbackIsCalledBeforeTimeOut_returnsResult() local
167 scheduled.open(); in testCall_whenCallbackIsCalledBeforeTimeOut_returnsResult()
173 scheduled.block(); in testCall_whenCallbackIsCalledBeforeTimeOut_returnsResult()
210 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenCancelIsCalledBeforeTimeOutButAfterCall_returnsCancel() local
[all …]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DOneShotScheduler.java34 private HashMap <String, Integer> scheduled; field in OneShotScheduler
41 scheduled = new HashMap<String, Integer>(); in OneShotScheduler()
48 scheduled.clear(); in reset()
61 if (!scheduled.containsKey(filter.getName())) { in scheduleNextNode()
63 scheduled.put(filter.getName(),1); in scheduleNextNode()
/frameworks/base/services/core/jni/
Dcom_android_server_utils_AnrTimer.cpp356 nsecs_t scheduled; member in android::__anon7d06513f0111::AnrTimerService::Timer
379 scheduled(0), in Timer()
395 scheduled(0), in Timer()
410 scheduled(started + timeout), in Timer()
452 scheduled += extension; in expire()
497 uint32_t ms = nanoseconds_to_milliseconds(now - scheduled); in toString()
595 const nsecs_t scheduled; member
599 Entry(nsecs_t scheduled, timer_id_t id, AnrTimerService* service) : in Entry()
600 scheduled(scheduled), id(id), service(service) {}; in Entry()
603 return scheduled == r.scheduled ? id < r.id : scheduled < r.scheduled; in operator <()
[all …]
/frameworks/base/cmds/uinput/
DREADME.md168 If the `register` command is executed at time _X_, the injection at step 3 will be scheduled for
170 later, but regardless of that the injection at step 5 will always be scheduled for _X_+510ms. This
173 send `updateTimeBase` afterwards to prevent following events being scheduled in the past — see that
194 Update the time base from which the following events are scheduled to the current time. When
196 to be scheduled relative to now, rather than the last injection. See the following example set of
197 commands and the times they will be scheduled to run at:
201 3. `inject`: scheduled for _X_+500ms
203 5. `inject`: scheduled for _X_+510ms
207 9. `inject`: scheduled for _Y_+10ms
209 Without the `updateTimeBase` command, the final injection would be scheduled for _X_+520ms, which
[all …]
/frameworks/av/media/utils/
DTimerThread.cpp199 if (pending->scheduled - timeout->scheduled < kPendingDuration) { in getSnapshotAnalysis()
244 return r1->scheduled < r2->scheduled; in getPendingRequests()
270 const auto scheduledString = formatTime(scheduled); in toString()
/frameworks/base/apex/jobscheduler/service/aconfig/
Dalarm.aconfig17 …description: "Persist list of users with alarms scheduled and wakeup stopped users before alarms a…
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeUi.java186 boolean scheduled = mTimeTicker.schedule(delta, AlarmTimeout.MODE_RESCHEDULE_IF_SCHEDULED); in scheduleTimeTick()
187 if (scheduled) { in scheduleTimeTick()
/frameworks/proto_logging/stats/atoms/art/
Dbackground_extension_dexopt_atoms.proto130 // The job was scheduled but was never run before the reboot.
156 // The job was not scheduled because it was disabled by build-time flag or phenotype flag.
158 // The job was not scheduled because a job scheduler failure occurred.
175 // Latency of the job run (delta between when the job is scheduled and when
/frameworks/av/media/utils/include/mediautils/
DTimerThread.h225 : scheduled(_scheduled) in Request()
232 const std::chrono::system_clock::time_point scheduled; member
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.md12 6. When the scheduled runnable is executed, it doesn't just consume the batched input. It proactive…
29 …when the 'consume batched input' runnable is executed. This runnable is scheduled via the Choreogr…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java980 final boolean scheduled = (mCancelRemoveRunnable != null); in cancelAutoRemovalCallbackInternal()
982 if (scheduled) { in cancelAutoRemovalCallbackInternal()
987 return scheduled; in cancelAutoRemovalCallbackInternal()
/frameworks/base/core/java/android/content/pm/
Dmultiuser.aconfig52 …description: "Persist list of users with alarms scheduled and wakeup stopped users before alarms a…
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.md95 * A process with a scheduled broadcast desires to execute, but heavy CPU
DActiveServices.java7307 final boolean scheduled = scheduleServiceRestartLocked(sr, true /* allowCancel */); in killServicesLocked()
7312 if (!scheduled) { in killServicesLocked()
/frameworks/proto_logging/stats/enums/federatedcompute/
Denums.proto29 // Indicates that training was scheduled but did not start due to runtime
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto107 // Have we scheduled a message to check for long wake locks? This is when
119 // True if MSG_SANDMAN has been scheduled.
Djobscheduler.proto928 // The UID that scheduled the job.
/frameworks/base/packages/SystemUI/docs/
Dexecutors.md211 scheduled time is less than or equal to
/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.proto569 /** Skipped execution due to a job scheduled in ExtServices running on T+. */
/frameworks/proto_logging/stats/atoms/adservices/
Dadservices_extension_atoms.proto1247 /** Logs whenever the background key fetch job is scheduled */
1961 // delay (in milliseconds) between scheduled delivery time and actual delivery time.
/frameworks/proto_logging/stats/
Datoms.proto2487 // A scheduled job has just started executing.
2489 // An app just scheduled this job to be executed at some point in the future.
2508 // The standby bucket of the app that scheduled the job. These match the framework constants
2588 // The amount of time that elapsed between the job being scheduled (state = SCHEDULED)
2590 // to be scheduled at boot, so all values are within the current boot cycle. Periodic
2591 // and other rescheduled jobs are considered to be newly scheduled and therefore this
2918 // The App Standby bucket of the app that scheduled the alarm at the time the alarm fired.
11187 * Logs that a job-specific constraint for a scheduled job has changed.
18642 * Logs telemetry when Isolation compilation job is scheduled.
18675 …// Note: this does not include the time between compilation job being scheduled (or when apex is s…
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java7633 final boolean scheduled = addStartingWindow(packageName, resolvedTheme, in showStartingWindow()
7636 if (DEBUG_STARTING_WINDOW_VERBOSE && scheduled) { in showStartingWindow()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4823 if (const bool scheduled = transactionFlags & mask; !scheduled) { in setTransactionFlags() local
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto959 // FIELD: Custom type for how battery saver is scheduled when enabled.
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15640 Landroid/filterfw/core/OneShotScheduler;->scheduled:Ljava/util/HashMap;