Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/
DActivityContext.java128 Consumer<ActivityContext> blocking) in getWithContext()
148 Consumer<ActivityContext> blocking) throws InterruptedException { in runWithContext()
168 Consumer<ActivityContext> blocking) throws InterruptedException { in getWithContext()
190 Consumer<ActivityContext> blocking) in runWithContext()
211 Consumer<ActivityContext> blocking) throws InterruptedException { in getWithContext()
228 Consumer<ActivityContext> blocking) throws InterruptedException { in getWithContext()
233 @Nullable Consumer<ActivityContext> blocking) in getWithContextInternal()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java1049 boolean useByteBuffer, boolean blocking, in doTest()
1059 boolean useByteBuffer, boolean blocking, in doTest()
/cts/tests/tests/media/audio/jni/
Daudio-record-native.cpp316 ssize_t read(void *buffer, size_t size, bool blocking = false) { in read()