HomeSort by relevance Sort by last modified time
    Searched refs:drain (Results 76 - 100 of 294) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/desugar/java/com/google/devtools/build/android/desugar/
Desugar.java 390 ImmutableMap<Path, LambdaInfo> lambdasLeftBehind = lambdas.drain();
392 ImmutableMap<String, ClassNode> generatedLeftBehind = store.drain();
506 ImmutableMap<Path, LambdaInfo> lambdaClasses = lambdas.drain();
546 ImmutableMap<String, ClassNode> generatedClasses = store.drain();
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Queues.java 260 public static <E> int drain(BlockingQueue<E> q, Collection<? super E> buffer, int numElements, method in class:Queues
266 * the timeout arbitrarily inaccurate, given a queue that is slow to drain).
287 * Drains the queue as {@linkplain #drain(BlockingQueue, Collection, int, long, TimeUnit)},
  /frameworks/av/media/libaudiohal/2.0/
StreamHalHidl.h 140 // Set the callback for notifying completion of non-blocking write and drain.
152 // Returns whether drain operation is supported.
156 virtual status_t drain(bool earlyNotify);
  /frameworks/av/media/libaudiohal/4.0/
StreamHalHidl.h 141 // Set the callback for notifying completion of non-blocking write and drain.
153 // Returns whether drain operation is supported.
157 virtual status_t drain(bool earlyNotify);
  /frameworks/support/paging/common/src/test/java/androidx/paging/
PageKeyedDataSourceTest.kt 76 drain()
317 private fun drain() {
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.h 136 c2_status_t drain(
  /hardware/google/av/media/codecs/raw/
C2SoftRawDec.cpp 153 c2_status_t C2SoftRawDec::drain( function in class:android::C2SoftRawDec
158 ALOGW("drain with NO_DRAIN: no-op");
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxEnc.h 88 c2_status_t drain(
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamOut.h 116 Return<Result> drain(AudioDrain type) override;
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyFactoryTest.java 347 pkcs8EncodedForm = TestUtils.drain(in);
375 x509EncodedForm = TestUtils.drain(in);
  /external/honggfuzz/mac/
arch.c 497 [pool drain];
652 [pool drain];
  /external/python/cpython3/Lib/test/test_asyncio/
test_subprocess.py 94 yield from proc.stdin.drain()
207 yield from proc.stdin.drain()
210 # drain() must raise BrokenPipeError or ConnectionResetError
  /cts/tests/camera/src/android/hardware/camera2/cts/
BurstCaptureTest.java 206 resultListener.drain();
  /external/python/cpython2/Lib/
audiodev.py 201 self.port.drain()
  /external/python/cpython3/Lib/asyncio/
subprocess.py 148 yield from self.stdin.drain()
  /hardware/google/av/codec2/hidl/client/include/codec2/hidl/
client.h 291 c2_status_t drain(C2Component::drain_mode_t mode);
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrNbEnc.cpp 289 c2_status_t C2SoftAmrNbEnc::drain( function in class:android::C2SoftAmrNbEnc
294 ALOGW("drain with NO_DRAIN: no-op");
  /hardware/google/av/media/codecs/g711/
C2SoftG711Dec.cpp 210 c2_status_t C2SoftG711Dec::drain( function in class:android::C2SoftG711Dec
215 ALOGW("drain with NO_DRAIN: no-op");
  /hardware/google/av/media/codecs/gsm/
C2SoftGsmDec.cpp 243 c2_status_t C2SoftGsmDec::drain( function in class:android::C2SoftGsmDec
248 ALOGW("drain with NO_DRAIN: no-op");
  /hardware/interfaces/audio/core/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 1052 bool drain = false; member in struct:Capability
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 201 STREAM_CBK_EVENT_DRAIN_READY, /* drain completed */
207 /* type of drain requested to audio_stream_out->drain(). Mutually exclusive */
209 AUDIO_DRAIN_ALL, /* drain() returns when all data has been played */
210 AUDIO_DRAIN_EARLY_NOTIFY /* drain() returns a short time before all data
286 * write and drain.
287 * Calling this function implies that all future write() and drain()
315 * non-blocking mode, the drain() must not block, instead it should return
316 * quickly and completion of the drain is notified through the callback.
317 * If set_callback() has not been called, the drain() must block unti
329 int (*drain)(struct audio_stream_out* stream, audio_drain_type_t type ); member in struct:audio_stream_out
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
IOUtil.java 334 static native boolean drain(int fd) throws IOException; method in class:IOUtil
  /prebuilts/gdb/darwin-x86/lib/python2.7/
audiodev.py 201 self.port.drain()
  /prebuilts/gdb/linux-x86/lib/python2.7/
audiodev.py 201 self.port.drain()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
audiodev.py 201 self.port.drain()

Completed in 1123 milliseconds

1 2 34 5 6 7 8 91011>>