Searched refs:asynchronous (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/utils/ |
D | ISchedulingPolicyService.cpp | 42 int32_t prio, bool isForApp, bool asynchronous) in requestPriority() argument 50 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0; in requestPriority() 55 if (asynchronous) { in requestPriority()
|
D | SchedulingPolicyService.cpp | 31 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool isForApp, bool asynchronous) in requestPriority() argument 50 ret = sps->requestPriority(pid, tid, prio, isForApp, asynchronous); in requestPriority()
|
D | ISchedulingPolicyService.h | 30 int32_t prio, bool isForApp, bool asynchronous) = 0;
|
/frameworks/wilhelm/src/ |
D | locks.cpp | 191 unsigned asynchronous = attributes; in object_unlock_exclusive_attributes_() local 200 asynchronous &= ~(*handler)(thiz); in object_unlock_exclusive_attributes_() 206 if (asynchronous) { in object_unlock_exclusive_attributes_() 208 thiz->mAttributesMask = oldAttributesMask | asynchronous; in object_unlock_exclusive_attributes_() 210 asynchronous = ATTR_NONE; in object_unlock_exclusive_attributes_() 269 if (ATTR_NONE != asynchronous) { in object_unlock_exclusive_attributes_()
|
/frameworks/av/media/utils/include/mediautils/ |
D | SchedulingPolicyService.h | 30 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool isForApp, bool asynchronous = false);
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | IBufferClient.hal | 42 * asynchronous destructors.
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 7 … tricky, since animations need to run on the main thread, and they’re asynchronous - the test has …
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | README.txt | 8 This can be done because all actions are either asynchronous
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 522 * {@link ANeuralNetworksExecution_startComputeWithDependencies} (which are asynchronous). 1251 * See {@link ANeuralNetworksExecution_startCompute} for regular asynchronous execution. 1253 * asynchronous execution with dependencies. 1269 * The execution must have completed. On asynchronous execution initiated by 1295 * The execution must have completed. On asynchronous execution initiated by 1370 * See {@link ANeuralNetworksExecution_startCompute} for regular asynchronous execution. 1372 * asynchronous execution with dependencies. 1452 * The execution must have completed. On asynchronous execution initiated by 2271 * Schedule asynchronous evaluation of the execution. 2273 * <p>Schedules asynchronous evaluation of the execution. Once the execution [all …]
|
/frameworks/ml/nn/tools/systrace_parser/ |
D | contract-between-code-and-parser.txt | 12 - Execution is exposed as an asynchronous event from the runtime. Time taken
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4578 // FIELD - State of asynchronous ranking when Settings search result is clicked
|