/system/testing/gtest_extras/tests/ |
D | OptionsTest.cpp | 39 capture.Stop(); in TEST() 50 capture.Stop(); in TEST() 61 capture.Stop(); in TEST() 102 capture.Stop(); in TEST() 131 capture.Stop(); in TEST() 151 capture.Stop(); in TEST() 180 capture.Stop(); in TEST() 191 capture.Stop(); in TEST() 202 capture.Stop(); in TEST() 222 capture.Stop(); in TEST() [all …]
|
/system/core/base/ |
D | test_utils_test.cpp | 50 cap.Stop(); in TEST() 56 cap.Stop(); in TEST() 69 cap.Stop(); in TEST() 75 cap.Stop(); in TEST()
|
D | test_utils.cpp | 36 Stop(); in ~CapturedStdFd() 69 void CapturedStdFd::Stop() { in Stop() function in CapturedStdFd
|
D | logging_test.cpp | 234 cap.Stop(); in CheckMessage() 244 cap1.Stop(); \ 251 cap1.Stop(); \ 325 cap1.Stop(); \ 332 cap1.Stop(); \ 419 cap.Stop(); \ in TEST() 479 cap1.Stop(); \ 486 cap1.Stop(); \ 583 cap.Stop(); in TEST() 643 cap_err.Stop(); in TEST() [all …]
|
/system/bt/gd/os/linux_generic/ |
D | reactor_unittest.cc | 123 reactor_->Stop(); in TEST_F() 128 auto reactor_thread = std::thread(&Reactor::Stop, reactor_); in TEST_F() 137 reactor_->Stop(); in TEST_F() 160 reactor_->Stop(); in TEST_F() 175 reactor_->Stop(); in TEST_F() 194 reactor_->Stop(); in TEST_F() 208 reactor_->Stop(); in TEST_F() 230 reactor_->Stop(); in TEST_F() 238 reactor_->Stop(); in TEST_F() 242 reactor_->Stop(); in TEST_F() [all …]
|
D | thread.cc | 53 Stop(); in ~Thread() 56 bool Thread::Stop() { in Stop() function in bluetooth::os::Thread 63 reactor_.Stop(); in Stop()
|
/system/bt/service/ipc/ |
D | ipc_manager.cc | 35 if (BinderStarted()) binder_handler_->Stop(); in ~IPCManager() 36 if (LinuxStarted()) linux_handler_->Stop(); in ~IPCManager() 37 if (DBusStarted()) dbus_handler_->Stop(); in ~IPCManager()
|
D | ipc_handler_linux.cc | 118 void IPCHandlerLinux::Stop() { in Stop() function in ipc::IPCHandlerLinux 128 thread_.Stop(); in Stop() 177 thread_.Stop(); in ShutDownOnOriginThread()
|
D | ipc_handler.h | 42 virtual void Stop() = 0;
|
D | ipc_handler_linux.h | 42 void Stop() override;
|
/system/extras/libperfmgr/tests/ |
D | NodeLooperThreadTest.cc | 71 th->Stop(); in TEST_F() 93 th->Stop(); in TEST_F() 124 th->Stop(); in TEST_F() 144 th->Stop(); in TEST_F() 186 th->Stop(); in TEST_F()
|
/system/bt/service/ipc/dbus/ |
D | ipc_handler_dbus.cc | 65 void IPCHandlerDBus::Stop() { dbus_thread_->Stop(); } in Stop() function in ipc::IPCHandlerDBus
|
D | ipc_handler_dbus.h | 38 void Stop() override;
|
/system/extras/libperfmgr/include/perfmgr/ |
D | NodeLooperThread.h | 58 virtual ~NodeLooperThread() { Stop(); } in ~NodeLooperThread() 63 void Stop();
|
/system/core/adb/ |
D | transport_benchmark.cpp | 98 client->Stop(); in BM_Connection_Unidirectional() 99 server->Stop(); in BM_Connection_Unidirectional() 172 client->Stop(); in BM_Connection_Echo() 173 server->Stop(); in BM_Connection_Echo()
|
/system/core/libmemunreachable/tests/ |
D | Binder_test.cpp | 66 ~ServiceProcess() { Stop(); } in ~ServiceProcess() 82 bool Stop() { in Stop() function in android::ServiceProcess
|
/system/bt/service/test/ |
D | stub_ipc_handler_binder.cc | 40 void IPCHandlerBinder::Stop() { in Stop() function in ipc::IPCHandlerBinder
|
/system/bt/service/ipc/binder/ |
D | ipc_handler_binder.h | 34 void Stop() override;
|
D | ipc_handler_binder.cc | 68 void IPCHandlerBinder::Stop() { in Stop() function in ipc::IPCHandlerBinder
|
/system/bt/gd/os/ |
D | thread.h | 52 bool Stop();
|
D | reactor.h | 56 void Stop();
|
/system/core/base/include/android-base/ |
D | test_utils.h | 33 void Stop();
|
/system/bt/audio_bluetooth_hw/ |
D | device_port_proxy.h | 67 void Stop();
|
/system/bt/service/ |
D | gatt_server_old.h | 109 bool Stop();
|
/system/core/init/ |
D | reboot.cpp | 408 bootAnim->Stop(); in DoReboot() 473 if (!s->IsShutdownCritical()) s->Stop(); in DoReboot() 482 voldService->Stop(); in DoReboot() 488 if (kill_after_apps.count(s->name())) s->Stop(); in DoReboot()
|