Home
last modified time | relevance | path

Searched defs:isAsync (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DWorkerThread.cpp74 bool SingleThreadedWorkerPool::isAsync() in isAsync() function in angle::SingleThreadedWorkerPool
176 bool AsyncWorkerPool::isAsync() in isAsync() function in angle::AsyncWorkerPool
311 bool DelegateWorkerPool::isAsync() in isAsync() function in angle::DelegateWorkerPool
/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/rpc/
DMethodDescriptor.java213 public boolean isAsync() { in isAsync() method in MethodDescriptor
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaCodec.java116 private boolean isAsync = false; field in ShadowMediaCodec