Searched refs:asynchronous (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
H A DSchedulingPolicyService.h24 // The asynchronous parameter should be 'true' to return immediately,
27 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool asynchronous = false);
H A DSchedulingPolicyService.cpp31 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool asynchronous) argument
50 ret = sps->requestPriority(pid, tid, prio, asynchronous);
H A DISchedulingPolicyService.h30 int32_t prio, bool asynchronous) = 0;
H A DISchedulingPolicyService.cpp40 virtual int requestPriority(int32_t pid, int32_t tid, int32_t prio, bool asynchronous) argument
47 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0;
52 if (asynchronous) {
/frameworks/wilhelm/src/
H A Dlocks.c192 unsigned asynchronous = attributes; local
201 asynchronous &= ~(*handler)(thiz);
207 if (asynchronous) {
209 thiz->mAttributesMask = oldAttributesMask | asynchronous;
211 asynchronous = ATTR_NONE;
270 if (ATTR_NONE != asynchronous) {

Completed in 509 milliseconds