Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/debug_display_manager/
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()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsTaskScheduler.java83 stopThread(/* joinOnlyForTest=*/ false);
128 stopThread(/* joinOnlyForTest=*/ true); in shutdownForTest()
131 private void stopThread(boolean joinOnlyForTest) { in stopThread() method in ContactsTaskScheduler
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java125 mBluetoothKeystoreService.stopThread(); in tearDown()
217 mBluetoothKeystoreService.stopThread(); in testEncrypt()
234 mBluetoothKeystoreService.stopThread(); in testDecrypt()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java194 stopThread(); in cleanupForCommonCriteriaModeEnable()
237 stopThread(); in loadConfigData()
257 stopThread(); in initJni()
321 stopThread(); in cleanupMemory()
329 public void stopThread() { in stopThread() method in BluetoothKeystoreService
364 stopThread(); in saveEncryptedKey()
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dasync_manager.cc139 int stopThread() { in stopThread() function in rootcanal::AsyncManager::AsyncFdWatcher
337 int stopThread() { in stopThread() function in rootcanal::AsyncManager::AsyncTaskManager
552 fdWatcher_p_->stopThread(); in ~AsyncManager()
553 taskManager_p_->stopThread(); in ~AsyncManager()
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/
DEvsDisplayManager.h58 void stopThread();