Searched refs:quit (Results 1 - 25 of 73) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerTester.java36 quit();
75 quit();
81 private void quit() { method in class:HandlerTester
82 mLooper.quit();
H A DTestHandlerThread.java51 mLooper.quit();
68 quit();
76 quit();
98 private void quit() { method in class:TestHandlerThread
/frameworks/base/core/java/android/os/
H A DHandlerThread.java94 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
102 * @return True if the looper looper has been asked to quit or false if the
107 public boolean quit() { method in class:HandlerThread
110 looper.quit();
123 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
128 * Otherwise the looper is asked to quit and true is returned.
131 * @return True if the looper looper has been asked to quit or false if the
H A DLooper.java68 * {@link #quit()}.
107 * {@link #quit()} to end the loop.
205 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
215 public void quit() { method in class:Looper
216 mQueue.quit(false);
227 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
232 mQueue.quit(true);
/frameworks/av/media/libmedia/
H A DSoundPoolThread.h46 void quit();
H A DSoundPoolThread.cpp49 void SoundPoolThread::quit() { function in class:android::SoundPoolThread
58 ALOGV("return from quit");
72 quit();
/frameworks/base/core/java/android/app/
H A DIntentService.java136 mServiceLooper.quit();
/frameworks/base/services/core/java/com/android/server/net/
H A DDelayedDiskWrite.java80 mDiskWriteHandler.getLooper().quit();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java79 mLooper.quit();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffTestCase.java60 mMffContextHandlerThread.getLooper().quit();
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DHandlerThread_Delegate.java45 thread.quit();
57 // record the thread so that it can be quit() on clean up.
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java137 mThread.quit();
184 public void quit() { method in class:BatteryWaster.SpinThread
/frameworks/volley/src/com/android/volley/
H A DRequestQueue.java150 mCacheDispatcher.quit();
154 mDispatchers[i].quit();
H A DCacheDispatcher.java70 * Forces this dispatcher to quit immediately. If any requests are still in
73 public void quit() { method in class:CacheDispatcher
150 // We may have been interrupted because it was time to quit.
H A DNetworkDispatcher.java65 * Forces this dispatcher to quit immediately. If any requests are still in
68 public void quit() { method in class:NetworkDispatcher
90 // We may have been interrupted because it was time to quit.
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java67 mHandlerThread.quit();
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java86 public void quit() { method in class:AudioPlaybackHandler
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java84 Looper.myLooper().quit();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DLooperAcceleration.java87 Looper.myLooper().quit();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMTestHandler.java79 if (looper != null) looper.quit();
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java145 mLooper.quit();
202 mLooper.quit();
212 // nothing left to do, quit
240 mLooper.quit();
/frameworks/volley/tests/src/com/android/volley/
H A DCacheDispatcherTest.java59 mDispatcher.quit();
H A DNetworkDispatcherTest.java59 mDispatcher.quit();
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DTransport.java93 mThread.quit();
378 public void quit() { method in class:Transport.ReaderThread
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java145 mVirtualDisplayThread.quit();
223 public void quit() { method in class:DisplaySourceService.VirtualDisplayThread

Completed in 663 milliseconds

123