Searched refs:take (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DIDragAndDropPermissions.aidl26 void take(IBinder activityToken);
/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/volley/src/test/java/com/android/volley/
H A DCacheDispatcherTest.java77 Request request = mNetworkQueue.take();
100 Request request = mNetworkQueue.take();
112 Request request = mNetworkQueue.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
H A DAudioPlaybackHandler.java123 item = mQueue.take();
129 // If stop() or stopForApp() are called between mQueue.take()
/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h67 T take() { function in class:android::LinkedBlockingQueue
H A DWebmFrameThread.cpp215 ALOGV("take a frame");
216 mAudioFrames.take();
219 ALOGV("take v frame");
220 mVideoFrames.take();
/frameworks/base/test-runner/src/android/test/
H A DLoaderTestCase.java92 result = queue.take();
/frameworks/base/tools/preload2/
H A DAndroid.mk8 # To connect to devices (and take hprof dumps).
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DProviderExecutor.java103 final Runnable command = mQueue.take();
/frameworks/volley/src/main/java/com/android/volley/
H A DCacheDispatcher.java90 final Request<?> request = mCacheQueue.take();
91 request.addMarker("cache-queue-take");
H A DNetworkDispatcher.java90 request = mQueue.take();
100 request.addMarker("network-queue-take");
/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/support/v4/java/android/support/v4/view/
H A DAsyncLayoutInflater.java146 // In this case we want to let the base class take a crack
176 request = mQueue.take();
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java596 return new KeyChainConnection(context, keyChainServiceConnection, q.take());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java235 return mEventQueue.take();
H A DCameraStreamer.java1133 return mEventQueue.take();
/frameworks/rs/api/
H A Drs_for_each.spec23 an executing kernel, like dimensions and current indices. These functions take
H A Drs_math.spec2800 @pow() and @powr() are similar. The both take a float exponent. @powr() also assumes the
2827 @pow() takes a float exponent while @pown() take an integer.
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java324 return mResult.take();
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java1493 return mResult.take();
/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. ...
/frameworks/base/core/java/android/app/
H A DActivity.java678 * may take a long time, and the application should allow the user to leave
2242 * This method allows the activity to take care of managing the given
2889 * focus... unless it has displayed other dialogs or popups that take
2893 * a system alert) which will temporarily take window input focus without
3681 * take any arguments. Simply calls {@link #showDialog(int, Bundle)}
6581 if (dragAndDropPermissions != null && dragAndDropPermissions.take(getActivityToken())) {

Completed in 722 milliseconds