Searched defs:quit (Results 1 - 11 of 11) sorted by relevance

/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()}.
105 * {@link #quit()} to end the loop.
123 // No target is a magic identifier for the quit message.
187 public void quit() { method in class:Looper
191 // a quit message.
/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/media/jni/soundpool/
H A DSoundPoolThread.cpp49 void SoundPoolThread::quit() { function in class:android::SoundPoolThread
58 LOGV("return from quit");
72 quit();
H A DSoundPool.cpp80 mDecodeThread->quit();
81 quit();
135 void SoundPool::quit() function in class:android::SoundPool
141 LOGV("return from quit");
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java137 mThread.quit();
184 public void quit() { method in class:BatteryWaster.SpinThread
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java324 boolean quit = false; field in class:DatabaseCursorTest.TestObserver
340 quit = true;
341 Looper.myLooper().quit();
371 if (!observer.quit) {
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java372 public void quit() { method in class:SoundPoolTest.TestThread
380 if (DEBUG) Log.d(LOG_TAG, "quit");
393 mThread.quit();
/frameworks/base/core/java/com/android/internal/util/
H A DHierarchicalStateMachine.java72 * If it is desirable to completely stop the state machine call <code>quit</code>. This
445 /** The quit object */
531 * State entered when a valid quit message is handled.
613 * see if the last transition was to quit or halt.
622 // If we made the thread then quit looper
623 getLooper().quit();
935 private final void quit() { method in class:HierarchicalStateMachine.HsmHandler
936 if (mDbg) Log.d(TAG, "quit:");
1119 * just before the quit actually occurs.
1268 * Conditionally quit th
1275 public final void quit() { method in class:HierarchicalStateMachine
[all...]
/frameworks/base/services/java/com/android/server/
H A DWifiWatchdogService.java276 * Unregister broadcasts and quit the watchdog thread
278 private void quit() { method in class:WifiWatchdogService
282 mHandler.getLooper().quit();
1154 quit();

Completed in 316 milliseconds