Home
last modified time | relevance | path

Searched refs:executing (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/listeners/
H A DListenerExecutor.java118 boolean executing = false; in executeSafely()
144 executing = true; in executeSafely()
146 if (!executing) { in executeSafely()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java718 final JobStatus executing = getRunningJobLocked(); in stopIfExecutingLocked() local
719 if (executing != null && (userId == UserHandle.USER_ALL || userId == executing.getUserId()) in stopIfExecutingLocked()
720 && (pkgName == null || pkgName.equals(executing.getSourcePackageName())) in stopIfExecutingLocked()
721 && Objects.equals(namespace, executing.getNamespace()) in stopIfExecutingLocked()
722 && (!matchJobId || jobId == executing.getJobId())) { in stopIfExecutingLocked()
H A DJobConcurrencyManager.java1308 final JobStatus executing = jsc.getRunningJobLocked(); in getRunningJobServiceContextLocked() local
1309 if (executing == job) { in getRunningJobServiceContextLocked()
1327 final JobStatus executing = jsc.getRunningJobLocked(); in stopJobOnServiceContextLocked() local
1328 if (executing == job) { in stopJobOnServiceContextLocked()
1344 final JobStatus executing = jsc.getRunningJobLocked(); in stopUnexemptedJobsForDoze() local
1345 if (executing != null && !executing.canRunInDoze()) { in stopUnexemptedJobsForDoze()
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java355 public void setExecuting(boolean executing, int memFactor, long now) { in setExecuting() argument
359 final int state = executing ? memFactor : STATE_NOTHING; in setExecuting()
364 } else if (executing) { in setExecuting()
/aosp14/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto339 // build of the currently-executing Android system, in human-readable
346 // The version of the currently-executing Android system, in
349 // The version of the currently-executing Android system, in a format
H A Dbatterystats.proto564 // Total CPU time with processes executing in userspace. Summed up across
567 // Total CPU time with processes executing kernel syscalls. Summed up across
714 // Time spent executing in user code.
716 // Time spent executing in kernel code.
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dexecutors.md188 its constructor that allows you to control the flow of time, executing supplied
/aosp14/system/core/init/
H A DREADME.md567 Init halts executing commands until the forked process exits.
571 to the `exec` command. The difference is that init does not halt executing
/aosp14/frameworks/base/media/native/midi/include/
H A DDoxyfile687 # the version control system). Doxygen will invoke the program by executing (via
933 # by executing (via popen()) the command: