Searched refs:asynchronous (Results 1 – 10 of 10) 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 | 34 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool isForApp, bool asynchronous) in requestPriority() argument 62 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 | 192 unsigned asynchronous = attributes; in object_unlock_exclusive_attributes_() local 201 asynchronous &= ~(*handler)(thiz); in object_unlock_exclusive_attributes_() 207 if (asynchronous) { in object_unlock_exclusive_attributes_() 209 thiz->mAttributesMask = oldAttributesMask | asynchronous; in object_unlock_exclusive_attributes_() 211 asynchronous = ATTR_NONE; in object_unlock_exclusive_attributes_() 270 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/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/base/services/core/java/com/android/server/am/ |
D | BroadcastQueue.md | 4 generally intended for asynchronous notification of events. There are three
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 125 - In order to be able to synchronize, despite the asynchronous nature of callbacks,
|
/frameworks/proto_logging/stats/atoms/cronet/ |
D | cronet_extension_atoms.proto | 508 // this includes the time it took for any asynchronous background initialization code to complete
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4594 // FIELD - State of asynchronous ranking when Settings search result is clicked
|