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

/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h67 T take() { function in class:android::LinkedBlockingQueue
/frameworks/volley/src/test/java/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/view/
H A DDragAndDropPermissions.java85 public boolean take(IBinder activityToken) { method in class:DragAndDropPermissions
87 mDragAndDropPermissions.take(activityToken);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragAndDropPermissionsHandler.java56 public void take(IBinder activityToken) throws RemoteException { method in class:DragAndDropPermissionsHandler
/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/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 823 milliseconds