Searched refs:quit (Results 1 - 25 of 56) 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.java88 * Ask the currently running looper to quit. If the thread has not
91 * quit and true is returned.
93 public boolean quit() { method in class:HandlerThread
96 looper.quit();
H A DLooper.java70 * {@link #quit()}.
109 * {@link #quit()} to end the loop.
199 public void quit() { method in class:Looper
200 mQueue.quit();
/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/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/support/volley/src/com/android/volley/
H A DRequestQueue.java151 mCacheDispatcher.quit();
155 mDispatchers[i].quit();
H A DCacheDispatcher.java71 * Forces this dispatcher to quit immediately. If any requests are still in
74 public void quit() { method in class:CacheDispatcher
151 // We may have been interrupted because it was time to quit.
H A DNetworkDispatcher.java63 * Forces this dispatcher to quit immediately. If any requests are still in
66 public void quit() { method in class:NetworkDispatcher
80 // We may have been interrupted because it was time to quit.
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java86 public void quit() { method in class:AudioPlaybackHandler
H A DTextToSpeechService.java118 mSynthHandler.quit();
120 mAudioPlaybackHandler.quit();
291 public void quit() { method in class:TextToSpeechService.SynthHandler
293 getLooper().quit();
336 Log.w(TAG, "SynthThread has quit");
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java84 Looper.myLooper().quit();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMTestHandler.java79 if (looper != null) looper.quit();
H A DUsimDataDownloadTest.java75 mHandlerThread.quit();
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java133 mLooper.quit();
186 mLooper.quit();
196 // nothing left to do, quit
218 mLooper.quit();
/frameworks/support/volley/tests/src/com/android/volley/
H A DCacheDispatcherTest.java59 mDispatcher.quit();
H A DNetworkDispatcherTest.java59 mDispatcher.quit();
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp158 bool quit = false; local
159 while (!quit) {
176 quit = true;
183 ALOGD("quit");
/frameworks/base/core/java/android/widget/
H A DFilter.java254 mThreadHandler.getLooper().quit();
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java83 * <p>If it is desirable to completely stop the state machine call <code>quit</code> or
736 * State entered when a valid quit message is handled.
817 * see if the last transition was to quit or halt.
838 * Cleanup all the static variables and the looper after the SM has been quit.
842 // If we made the thread then quit looper which stops the thread.
843 getLooper().quit();
1152 /** @see StateMachine#quit() */
1153 private final void quit() { method in class:StateMachine.SmHandler
1154 if (mDbg) Log.d(TAG, "quit:");
1164 /** Validate that the message was sent by quit o
1590 protected final void quit() { method in class:StateMachine
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallerInfoTest.java163 * 1st quit the thread is maked dead, ie no further test can use
204 mLooper.quit();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCameraTest.java91 Looper.loop(); // Blocks forever until Looper.quit() is called.
92 Log.v(TAG, "initializeMessageLooper: quit.");
105 mLooper.quit();
106 // Looper.quit() is asynchronous. The looper may still has some
107 // preview callbacks in the queue after quit is called. The preview

Completed in 407 milliseconds

123