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

12345

/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/rs/tests/lldb/tests/harness/
H A Dutil_lldb.py27 quit(util_constants.RC_TEST_FATAL)
/frameworks/base/core/java/android/os/
H A DHandlerThread.java110 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
118 * @return True if the looper looper has been asked to quit or false if the
123 public boolean quit() { method in class:HandlerThread
126 looper.quit();
139 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
144 * Otherwise the looper is asked to quit and true is returned.
147 * @return True if the looper looper has been asked to quit or false if the
H A DLooper.java87 * {@link #quit()}.
127 * {@link #quit()} to end the loop.
257 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
267 public void quit() { method in class:Looper
268 mQueue.quit(false);
279 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
284 mQueue.quit(true);
/frameworks/base/media/jni/soundpool/
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.java139 mServiceLooper.quit();
/frameworks/base/services/core/java/com/android/server/net/
H A DDelayedDiskWrite.java86 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneStateListenerTest.java63 mPhoneStateListenerHandler.quit();
H A DDeviceStateMonitorTest.java74 mDeviceStateMonitorTestHandler.quit();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneFactoryTest.java63 mImsPhoneFactoryHandler.quit();
/frameworks/native/libs/vr/libbroadcastring/
H A Dbroadcast_ring_test.cc677 std::unique_ptr<std::thread> CopyTask(std::atomic<bool>* quit, void* in_base, argument
681 new std::thread([quit, in_base, in_size, out_base, out_size]() {
693 while (!std::atomic_load_explicit(quit, std::memory_order_relaxed)) {
712 std::atomic<bool> quit(false);
714 &quit, out_mmap.mmap(), out_mmap.size, in_mmap.mmap(), in_mmap.size);
726 std::atomic_store_explicit(&quit, true, std::memory_order_relaxed);
739 std::atomic<bool> quit(false);
741 &quit, out_mmap.mmap(), out_mmap.size, in_mmap.mmap(), in_mmap.size);
766 std::atomic_store_explicit(&quit, true, std::memory_order_relaxed);
779 std::atomic<bool> quit(fals
808 CheckFillTask(std::atomic<bool>* quit, void* in_base, size_t in_size) argument
[all...]
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java137 mThread.quit();
184 public void quit() { method in class:BatteryWaster.SpinThread
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMTestHandler.java.broken79 if (looper != null) looper.quit();
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java66 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.java86 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/cdma/
H A DCdmaSmsDispatcherTest.java75 mCdmaSmsDispatcherTestHandler.quit();
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java161 mLooper.quit();
218 mLooper.quit();
228 // nothing left to do, quit
256 mLooper.quit();
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java641 boolean quit = false;
769 quit = true;
775 quit = true;
787 quit = true;
793 quit = true;
799 quit = true;
805 quit = true;
811 quit = true;
817 quit = true;
822 quit
[all...]

Completed in 556 milliseconds

12345