Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/listeners/
DListenerExecutor.java118 boolean executing = false; in executeSafely()
144 executing = true; in executeSafely()
146 if (!executing) { in executeSafely()
/frameworks/av/media/libstagefright/include/media/stagefright/
DBatteryChecker.h27 void setExecuting(bool executing) { mIsExecuting = executing; } in setExecuting()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobServiceContext.java409 final JobStatus executing = getRunningJobLocked(); in timeoutIfExecutingLocked() local
410 if (executing != null && (userId == UserHandle.USER_ALL || userId == executing.getUserId()) in timeoutIfExecutingLocked()
411 && (pkgName == null || pkgName.equals(executing.getSourcePackageName())) in timeoutIfExecutingLocked()
412 && (!matchJobId || jobId == executing.getJobId())) { in timeoutIfExecutingLocked()
DJobSchedulerService.java1365 final JobStatus executing = jsc.getRunningJobLocked();
1366 if (executing != null && !executing.canRunInDoze()) {
1692 final JobStatus executing = jsc.getRunningJobLocked();
1693 if (executing != null && executing.matches(job.getUid(), job.getJobId())) {
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.h68 nsecs_t executing();
DVSyncDispatchTimerQueue.cpp144 nsecs_t VSyncDispatchTimerQueueEntry::executing() { in executing() function in android::scheduler::VSyncDispatchTimerQueueEntry
291 callback->executing(); in timerCallback()
/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/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchTimerQueueTest.cpp1043 entry.callback(entry.executing(), *wakeup, *ready); in TEST_F()
1099 entry.executing(); // 1000 is executing in TEST_F()
1140 entry.executing(); // 1000 is executing in TEST_F()
1204 entry.callback(entry.executing(), *wakeup, *ready); in TEST_F()
/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/base/packages/SystemUI/docs/
Dexecutors.md188 its constructor that allows you to control the flow of time, executing supplied
/frameworks/proto_logging/stats/enums/app/
Denums.proto76 // executing operations state.
/frameworks/rs/script_api/include/
Drs_for_each.rsh25 * an executing kernel, like dimensions and current indices. These functions take
/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:
/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/media/native/midi/include/
DDoxyfile687 # the version control system). Doxygen will invoke the program by executing (via
933 # by executing (via popen()) the command:
/frameworks/proto_logging/stats/
Datoms.proto6679 // executing the binder transaction attribute the transaction to another uid using
6684 // UID of the process executing the binder transaction.