Home
last modified time | relevance | path

Searched refs:Stop (Results 1 – 25 of 56) sorted by relevance

123

/system/testing/gtest_extras/tests/
DOptionsTest.cpp39 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/
Dtest_utils_test.cpp50 cap.Stop(); in TEST()
56 cap.Stop(); in TEST()
69 cap.Stop(); in TEST()
75 cap.Stop(); in TEST()
Dtest_utils.cpp36 Stop(); in ~CapturedStdFd()
69 void CapturedStdFd::Stop() { in Stop() function in CapturedStdFd
Dlogging_test.cpp234 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/
Dreactor_unittest.cc123 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 …]
Dthread.cc53 Stop(); in ~Thread()
56 bool Thread::Stop() { in Stop() function in bluetooth::os::Thread
63 reactor_.Stop(); in Stop()
/system/bt/service/ipc/
Dipc_manager.cc35 if (BinderStarted()) binder_handler_->Stop(); in ~IPCManager()
36 if (LinuxStarted()) linux_handler_->Stop(); in ~IPCManager()
37 if (DBusStarted()) dbus_handler_->Stop(); in ~IPCManager()
Dipc_handler_linux.cc118 void IPCHandlerLinux::Stop() { in Stop() function in ipc::IPCHandlerLinux
128 thread_.Stop(); in Stop()
177 thread_.Stop(); in ShutDownOnOriginThread()
Dipc_handler.h42 virtual void Stop() = 0;
Dipc_handler_linux.h42 void Stop() override;
/system/extras/libperfmgr/tests/
DNodeLooperThreadTest.cc71 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/
Dipc_handler_dbus.cc65 void IPCHandlerDBus::Stop() { dbus_thread_->Stop(); } in Stop() function in ipc::IPCHandlerDBus
Dipc_handler_dbus.h38 void Stop() override;
/system/extras/libperfmgr/include/perfmgr/
DNodeLooperThread.h58 virtual ~NodeLooperThread() { Stop(); } in ~NodeLooperThread()
63 void Stop();
/system/core/adb/
Dtransport_benchmark.cpp98 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/
DBinder_test.cpp66 ~ServiceProcess() { Stop(); } in ~ServiceProcess()
82 bool Stop() { in Stop() function in android::ServiceProcess
/system/bt/service/test/
Dstub_ipc_handler_binder.cc40 void IPCHandlerBinder::Stop() { in Stop() function in ipc::IPCHandlerBinder
/system/bt/service/ipc/binder/
Dipc_handler_binder.h34 void Stop() override;
Dipc_handler_binder.cc68 void IPCHandlerBinder::Stop() { in Stop() function in ipc::IPCHandlerBinder
/system/bt/gd/os/
Dthread.h52 bool Stop();
Dreactor.h56 void Stop();
/system/core/base/include/android-base/
Dtest_utils.h33 void Stop();
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.h67 void Stop();
/system/bt/service/
Dgatt_server_old.h109 bool Stop();
/system/core/init/
Dreboot.cpp408 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()

123