/aosp12/packages/services/Car/cpp/computepipe/runner/debug_display_manager/ |
H A D | EvsDisplayManager.cpp | 59 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 D | ContactsTaskScheduler.java | 83 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 D | Test1934.java | 85 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 D | Threads.java | 21 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 D | BluetoothKeystoreServiceTest.java | 148 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 D | async_manager.cc | 127 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 D | async_fd_watcher.cc | 68 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); } in StopWatchingFileDescriptors() 90 int AsyncFdWatcher::stopThread() { in stopThread() function in android::hardware::bluetooth::async::AsyncFdWatcher
|
H A D | async_fd_watcher.h | 47 int stopThread();
|
/aosp12/system/bt/vendor_libs/linux/interface/ |
H A D | async_fd_watcher.cc | 65 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); } in StopWatchingFileDescriptors() 87 int AsyncFdWatcher::stopThread() { in stopThread() function in android::hardware::bluetooth::async::AsyncFdWatcher
|
H A D | async_fd_watcher.h | 47 int stopThread();
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
H A D | BluetoothKeystoreService.java | 226 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 D | Threads.java | 21 public static native void stopThread(Thread t, Throwable thr); in stopThread() method in Threads
|
/aosp12/frameworks/native/services/sensorservice/hidl/ |
H A D | SensorManager.cpp | 143 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 D | EvsDisplayManager.h | 58 void stopThread();
|