/frameworks/base/core/java/com/android/internal/listeners/ |
D | ListenerExecutor.java | 118 boolean executing = false; in executeSafely() 144 executing = true; in executeSafely() 146 if (!executing) { in executeSafely()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | BatteryChecker.h | 27 void setExecuting(bool executing) { mIsExecuting = executing; } in setExecuting()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VSyncDispatchTimerQueue.h | 68 nsecs_t executing();
|
D | VSyncDispatchTimerQueue.cpp | 225 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/ |
D | JobServiceContext.java | 716 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()
|
D | JobConcurrencyManager.java | 1310 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/ |
D | ServiceState.java | 355 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/ |
D | system_properties.proto | 339 // 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
|
D | batterystats.proto | 564 // 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/ |
D | Android.bp | 200 // We are only ever executing that binary once, it's faster to build it without
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | VSyncDispatchTimerQueueTest.cpp | 1308 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/ |
D | rs_for_each.spec | 23 an executing kernel, like dimensions and current indices. These functions take
|
/frameworks/base/packages/SystemUI/docs/ |
D | executors.md | 195 its constructor that allows you to control the flow of time, executing supplied
|
/frameworks/proto_logging/stats/express/catalog/ |
D | job_scheduler.cfg | 336 description: "The range of jobs executing concurrently"
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 25 * an executing kernel, like dimensions and current indices. These functions take
|
/frameworks/proto_logging/stats/enums/app/ |
D | app_enums.proto | 76 // executing operations state.
|
/frameworks/proto_logging/stats/atoms/cronet/ |
D | cronet_extension_atoms.proto | 424 is usable (All Asynchronous setup calls have finished executing).
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 507 # 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/ |
D | Doxyfile | 592 # 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/ |
D | Doxyfile | 645 # the version control system). Doxygen will invoke the program by executing (via 847 # by executing (via popen()) the command:
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 678 # 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/ |
D | Doxyfile | 687 # the version control system). Doxygen will invoke the program by executing (via 933 # by executing (via popen()) the command:
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 2485 // 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.
|