Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/
DJobServiceContext.java342 final JobStatus executing = getRunningJobLocked(); in timeoutIfExecutingLocked() local
343 if (executing != null && (userId == UserHandle.USER_ALL || userId == executing.getUserId()) in timeoutIfExecutingLocked()
344 && (pkgName == null || pkgName.equals(executing.getSourcePackageName())) in timeoutIfExecutingLocked()
345 && (!matchJobId || jobId == executing.getJobId())) { in timeoutIfExecutingLocked()
DJobSchedulerService.java1240 final JobStatus executing = jsc.getRunningJobLocked(); in onDeviceIdleStateChanged() local
1241 if (executing != null in onDeviceIdleStateChanged()
1242 && (executing.getFlags() & JobInfo.FLAG_WILL_BE_FOREGROUND) == 0) { in onDeviceIdleStateChanged()
1519 final JobStatus executing = jsc.getRunningJobLocked(); in stopJobOnServiceContextLocked() local
1520 if (executing != null && executing.matches(job.getUid(), job.getJobId())) { in stopJobOnServiceContextLocked()
/frameworks/base/cmds/uiautomator/library/
Dapicheck_msg_current.txt9 2) You can update current.txt by executing the following command:
/frameworks/base/core/java/com/android/internal/app/procstats/
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()
/frameworks/base/core/proto/android/os/
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
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.
/frameworks/base/core/proto/android/app/
Denums.proto76 // executing operations state.
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md120 never executed. This can be fixed by executing
185 amount of time until the increment should be executed, then executing the increment. The first
/frameworks/rs/script_api/
Drs_for_each.spec23 an executing kernel, like dimensions and current indices. These functions take
/frameworks/rs/script_api/include/
Drs_for_each.rsh25 * an executing kernel, like dimensions and current indices. These functions take
/frameworks/base/core/proto/android/server/
Djobscheduler.proto202 // before giving up on it, for jobs that are executing work.
/frameworks/wilhelm/doc/
DDoxyfile507 # the version control system). Doxygen will invoke the program by executing (via
665 # by executing (via popen()) the command <filter> <input-file>, where <filter>
/frameworks/native/docs/
DDoxyfile592 # the version control system). Doxygen will invoke the program by executing (via
797 # by executing (via popen()) the command <filter> <input-file>, where <filter>
/frameworks/av/media/libaaudio/
DDoxyfile645 # the version control system). Doxygen will invoke the program by executing (via
847 # by executing (via popen()) the command:
DDoxyfile.orig645 # the version control system). Doxygen will invoke the program by executing (via
838 # by executing (via popen()) the command:
/frameworks/base/media/native/midi/include/
DDoxyfile.orig687 # the version control system). Doxygen will invoke the program by executing (via
933 # by executing (via popen()) the command:
DDoxyfile687 # the version control system). Doxygen will invoke the program by executing (via
933 # by executing (via popen()) the command:
/frameworks/av/media/codec2/docs/
Ddoxygen.config678 # the version control system). Doxygen will invoke the program by executing (via
883 # by executing (via popen()) the command:
/frameworks/base/cmds/statsd/src/
Datoms.proto4176 // executing the binder transaction attribute the transaction to another uid using
4181 // UID of the process executing the binder transaction.