Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 114) sorted by relevance

12345

/packages/services/Car/cpp/watchdog/server/src/
DServiceManager.cpp68 sWatchdogProcessService->terminate(); in terminateServices()
72 sWatchdogPerfService->terminate(); in terminateServices()
76 sWatchdogBinderMediator->terminate(); in terminateServices()
80 sWatchdogServiceHelper->terminate(); in terminateServices()
83 PackageInfoResolver::terminate(); in terminateServices()
DWatchdogBinderMediator.h58 virtual void terminate() = 0;
73 ~WatchdogBinderMediator() { terminate(); } in ~WatchdogBinderMediator()
112 void terminate() { in terminate() function
117 mWatchdogInternalHandler->terminate(); in terminate()
DWatchdogPerfService.h84 virtual void terminate() = 0;
191 virtual void terminate() = 0;
250 void terminate() override;
DWatchdogInternalHandler.h62 ~WatchdogInternalHandler() { terminate(); } in ~WatchdogInternalHandler()
108 void terminate() { in terminate() function
DWatchdogServiceHelper.h80 virtual void terminate() = 0;
122 void terminate();
DIoPerfCollection.h149 ~IoPerfCollection() { terminate(); } in ~IoPerfCollection()
197 void terminate();
DWatchdogProcessService.h61 virtual void terminate() = 0;
102 ~WatchdogProcessService() { terminate(); } in ~WatchdogProcessService()
105 void terminate();
DIoOveruseMonitor.h106 ~IoOveruseMonitor() { terminate(); } in ~IoOveruseMonitor()
200 void terminate();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapSimVcardManager.java186 public void terminate() { in terminate() method in BluetoothPbapSimVcardManager
202 terminate(); in finalize()
407 composer.terminate(); in composeAndSendSIMPhonebookVcards()
410 buffer.terminate(); in composeAndSendSIMPhonebookVcards()
450 composer.terminate(); in composeAndSendSIMPhonebookOneVcard()
453 buffer.terminate(); in composeAndSendSIMPhonebookOneVcard()
DBluetoothPbapVcardManager.java797 composer.terminate(); in composeContactsAndSendVCards()
800 buffer.terminate(); in composeContactsAndSendVCards()
917 composer.terminate(); in composeContactsAndSendSelectedVCards()
920 buffer.terminate(); in composeContactsAndSendSelectedVCards()
1003 composer.terminate(); in composeCallLogsAndSendSelectedVCards()
1006 buffer.terminate(); in composeCallLogsAndSendSelectedVCards()
DBluetoothPbapCallLogComposer.java255 public void terminate() { in terminate() method in BluetoothPbapCallLogComposer
271 terminate(); in finalize()
/packages/modules/NeuralNetworks/driver/cache/nnCache/
DnnCache_test.cpp44 mCache->terminate(); in TearDown()
88 mCache->terminate(); in TEST_P()
225 mCache->terminate(); in TEST_P()
264 mCache->terminate(); in TEST_P()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp137 EXPECT_CALL(*mMockDataProcessor, terminate()).Times(1); in TearDown()
138 mService->terminate(); in TearDown()
267 EXPECT_CALL(*mMockDataProcessor, terminate()).Times(1); in TEST_F()
269 mService->terminate(); in TEST_F()
463 EXPECT_CALL(*mMockDataProcessor, terminate()).Times(1); in TEST_F()
473 EXPECT_CALL(*mMockDataProcessor, terminate()).Times(1); in TEST_F()
490 EXPECT_CALL(*mMockDataProcessor, terminate()).Times(1); in TEST_F()
509 EXPECT_CALL(*mMockDataProcessor, terminate()).Times(1); in TEST_F()
626 EXPECT_CALL(*mMockDataProcessor, terminate()).Times(1); in TEST_F()
1215 EXPECT_CALL(*mMockDataProcessor, terminate()).Times(1); in TEST_F()
[all …]
DWatchdogServiceHelperTest.cpp87 void terminate() { mHelper->terminate(); } in terminate() function in android::automotive::watchdog::internal::WatchdogServiceHelperPeer
118 mWatchdogServiceHelperPeer->terminate(); in TearDown()
187 mWatchdogServiceHelper->terminate(); in TEST_F()
DWatchdogProcessServiceTest.cpp116 mWatchdogProcessService->terminate(); in TearDown()
166 mWatchdogProcessService->terminate(); in TEST_F()
/packages/services/Car/cpp/computepipe/example/
DRunner.cpp44 void terminate(bool isError, std::string msg) { in terminate() function
64 std::function<void(bool, std::string)> cb = terminate; in main()
/packages/modules/Bluetooth/android/pandora/test/
Drunner.py78 p.terminate()
87 instrument_process.terminate()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DHandlerForStringBufferTest.java119 public void terminate() throws Exception { in terminate() method in HandlerForStringBufferTest
124 buffer.terminate(); in terminate()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHostapdHal.java284 public void terminate() { in terminate() method in HostapdHal
291 mIHostapd.terminate(); in terminate()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareClientState.java110 mSessions.valueAt(i).terminate(); in destroy()
214 session.terminate(); in terminateSession()
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
DTaskExecutor.java185 terminate(); in run()
271 void terminate() {
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/
DSimpleChatSession.java241 public ListenableFuture<Void> terminate() {
247 mMsrpSession.terminate();
422 terminate()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc319 bool terminate = false; in gatt_check_write_long_terminate() local
332 terminate = true; in gatt_check_write_long_terminate()
337 if ((p_attr->offset += p_rsp_value->len) >= p_attr->len) terminate = true; in gatt_check_write_long_terminate()
340 if (terminate && p_clcb->op_subtype != GATT_WRITE_PREPARE) { in gatt_check_write_long_terminate()
343 return terminate; in gatt_check_write_long_terminate()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.h108 void terminate();
219 void terminate();
DCarPowerPolicyServer.cpp167 void CarServiceNotificationHandler::terminate() { in terminate() function in android::frameworks::automotive::powerpolicy::CarServiceNotificationHandler
231 sCarPowerPolicyServer->terminate(); in terminateService()
490 void CarPowerPolicyServer::terminate() { in terminate() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
500 mCarServiceNotificationHandler->terminate(); in terminate()

12345