Home
last modified time | relevance | path

Searched refs:stopThread (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/runner/debug_display_manager/
H A DEvsDisplayManager.cpp59 stopThread(); in ~EvsDisplayManager()
72 void EvsDisplayManager::stopThread() { in stopThread() function in android::automotive::computepipe::runner::debug_display_manager::EvsDisplayManager
181 stopThread(); in handleExecutionPhase()
187 stopThread(); in handleStopWithFlushPhase()
192 stopThread(); in handleStopImmediatePhase()
197 stopThread(); in handleResetPhase()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsTaskScheduler.java83 stopThread(/* joinOnlyForTest=*/ false);
128 stopThread(/* joinOnlyForTest=*/ true); in shutdownForTest()
131 private void stopThread(boolean joinOnlyForTest) { in stopThread() method in ContactsTaskScheduler
/aosp12/art/test/1934-jvmti-signal-thread/src/art/
H A DTest1934.java85 Threads.stopThread(target, new Error("AWESOME")); in testStopBeforeStart()
135 Threads.stopThread(target, new Error("AWESOME")); in testStopWait()
191 () -> { Threads.stopThread(target, new Error("AWESOME")); }); in testStopInNative()
231 Threads.stopThread(target, new Error("AWESOME!")); in testStopRecur()
270 Threads.stopThread(target, new Error("AWESOME!")); in testStopSpinning()
H A DThreads.java21 public static native void stopThread(Thread t, Throwable thr); in stopThread() method in Threads
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreServiceTest.java148 mBluetoothKeystoreService.stopThread(); in tearDown()
238 mBluetoothKeystoreService.stopThread(); in testEncrypt()
254 mBluetoothKeystoreService.stopThread(); in testDecrypt()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dasync_manager.cc127 int stopThread() { in stopThread() function in test_vendor_lib::AsyncManager::AsyncFdWatcher
312 int stopThread() { in stopThread() function in test_vendor_lib::AsyncManager::AsyncTaskManager
503 fdWatcher_p_->stopThread(); in ~AsyncManager()
504 taskManager_p_->stopThread(); in ~AsyncManager()
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dasync_fd_watcher.cc68 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); } in StopWatchingFileDescriptors()
90 int AsyncFdWatcher::stopThread() { in stopThread() function in android::hardware::bluetooth::async::AsyncFdWatcher
H A Dasync_fd_watcher.h47 int stopThread();
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dasync_fd_watcher.cc65 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); } in StopWatchingFileDescriptors()
87 int AsyncFdWatcher::stopThread() { in stopThread() function in android::hardware::bluetooth::async::AsyncFdWatcher
H A Dasync_fd_watcher.h47 int stopThread();
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java226 stopThread(); in cleanupForCommonCriteriaModeEnable()
281 stopThread(); in loadConfigData()
303 stopThread(); in initJni()
410 stopThread(); in cleanupMemory()
420 public void stopThread() { in stopThread() method in BluetoothKeystoreService
459 stopThread(); in saveEncryptedKey()
/aosp12/art/test/jvmti-common/
H A DThreads.java21 public static native void stopThread(Thread t, Throwable thr); in stopThread() method in Threads
/aosp12/frameworks/native/services/sensorservice/hidl/
H A DSensorManager.cpp143 std::thread pollThread{[&stopThread = mStopThread, looper = mLooper, javaVm = mJavaVm] { in getLooper()
171 if (stopThread == true) { in getLooper()
/aosp12/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/
H A DEvsDisplayManager.h58 void stopThread();