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.java130 Consumer<ActivityContext> blocking) in getWithContext()
150 Consumer<ActivityContext> blocking) throws InterruptedException { in runWithContext()
170 Consumer<ActivityContext> blocking) throws InterruptedException { in getWithContext()
192 Consumer<ActivityContext> blocking) in runWithContext()
213 Consumer<ActivityContext> blocking) throws InterruptedException { in getWithContext()
230 Consumer<ActivityContext> blocking) throws InterruptedException { in getWithContext()
235 @Nullable Consumer<ActivityContext> blocking) in getWithContextInternal()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java1102 boolean useByteBuffer, boolean blocking, in doTest()
1112 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()