Home
last modified time | relevance | path

Searched refs:executing (Results 1 – 23 of 23) 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/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.h68 nsecs_t executing();
DVSyncDispatchTimerQueue.cpp225 nsecs_t VSyncDispatchTimerQueueEntry::executing() { in executing() function in android::scheduler::VSyncDispatchTimerQueueEntry
374 callback->executing(); in timerCallback()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobServiceContext.java716 final JobStatus executing = getRunningJobLocked(); in stopIfExecutingLocked() local
717 if (executing != null && (userId == UserHandle.USER_ALL || userId == executing.getUserId()) in stopIfExecutingLocked()
718 && (pkgName == null || pkgName.equals(executing.getSourcePackageName())) in stopIfExecutingLocked()
719 && Objects.equals(namespace, executing.getNamespace()) in stopIfExecutingLocked()
720 && (!matchJobId || jobId == executing.getJobId())) { in stopIfExecutingLocked()
DJobConcurrencyManager.java1310 final JobStatus executing = jsc.getRunningJobLocked(); in getRunningJobServiceContextLocked() local
1311 if (executing == job) { in getRunningJobServiceContextLocked()
1329 final JobStatus executing = jsc.getRunningJobLocked(); in stopJobOnServiceContextLocked() local
1330 if (executing == job) { in stopJobOnServiceContextLocked()
1346 final JobStatus executing = jsc.getRunningJobLocked(); in stopUnexemptedJobsForDoze() local
1347 if (executing != null && !executing.canRunInDoze()) { in stopUnexemptedJobsForDoze()
/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/libs/binary_translation/intrinsics/
DAndroid.bp200 // We are only ever executing that binary once, it's faster to build it without
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchTimerQueueTest.cpp1308 entry.callback(entry.executing(), *wakeup, *ready); in TEST_F()
1370 entry.executing(); // 1000 is executing in TEST_F()
1418 entry.executing(); // 1000 is executing in TEST_F()
1501 entry.callback(entry.executing(), *wakeup, *ready); in TEST_F()
/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.md195 its constructor that allows you to control the flow of time, executing supplied
/frameworks/proto_logging/stats/express/catalog/
Djob_scheduler.cfg336 description: "The range of jobs executing concurrently"
/frameworks/rs/script_api/include/
Drs_for_each.rsh25 * an executing kernel, like dimensions and current indices. These functions take
/frameworks/proto_logging/stats/enums/app/
Dapp_enums.proto76 // executing operations state.
/frameworks/proto_logging/stats/atoms/cronet/
Dcronet_extension_atoms.proto424 is usable (All Asynchronous setup calls have finished executing).
/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.proto2485 // A job started executing (passed through the STARTED state) and has finished.
2487 // A scheduled job has just started executing.
2491 // The job was SCHEDULED but cancelled before it started executing (so it never went
8581 // executing the binder transaction attribute the transaction to another uid using
8586 // UID of the process executing the binder transaction.
22021 * Log the duration of executing all receivers of LOCKED_BOOT_COMPLETED or BOOT_COMPLETED broadcast.