Searched defs:asynchronous (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/utils/
H A DSchedulingPolicyService.cpp31 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool isForApp, bool asynchronous) argument
50 ret = sps->requestPriority(pid, tid, prio, isForApp, asynchronous);
H A DISchedulingPolicyService.cpp41 int32_t prio, bool isForApp, bool asynchronous)
49 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0;
54 if (asynchronous) {
40 requestPriority(int32_t pid, int32_t tid, int32_t prio, bool isForApp, bool asynchronous) argument
/frameworks/wilhelm/src/
H A Dlocks.cpp191 unsigned asynchronous = attributes; local
200 asynchronous &= ~(*handler)(thiz);
206 if (asynchronous) {
208 thiz->mAttributesMask = oldAttributesMask | asynchronous;
210 asynchronous = ATTR_NONE;
269 if (ATTR_NONE != asynchronous) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 83 milliseconds