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

/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h67 T take() { function in class:android::LinkedBlockingQueue
/frameworks/volley/tests/src/com/android/volley/mock/
H A DWaitableQueue.java34 // TODO: this isn't really "until empty" it's "until next call to take() after empty"
44 public Request<?> take() throws InterruptedException { method in class:WaitableQueue
45 Request<?> item = super.take();
48 return take();
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisPlaybackQueueItem.java95 // take() will block until:
101 while ((buffer = take()) != null) {
132 // Wake up the audio playback thread if it was waiting on take().
133 // take() will return null since mStopped was true, and will then
160 // Unblocks the audio playback thread if it was waiting on take()
188 // proceed to leave the write loop since take() will return null when
202 private byte[] take() throws InterruptedException { method in class:SynthesisPlaybackQueueItem
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 115 milliseconds