Home
last modified time | relevance | path

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

1234567

/system/testing/gtest_extras/tests/
DOptionsTest.cpp60 capture.Stop(); in TEST_F()
70 capture.Stop(); in TEST_F()
80 capture.Stop(); in TEST_F()
117 capture.Stop(); in TEST_F()
143 capture.Stop(); in TEST_F()
153 capture.Stop(); in TEST_F()
163 capture.Stop(); in TEST_F()
181 capture.Stop(); in TEST_F()
191 capture.Stop(); in TEST_F()
202 capture.Stop(); in TEST_F()
[all …]
/system/libbase/
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.cpp250 cap.Stop(); in CheckMessage()
260 cap1.Stop(); \
267 cap1.Stop(); \
337 cap1.Stop(); \
344 cap1.Stop(); \
427 cap.Stop(); \ in TEST()
487 cap1.Stop(); \
494 cap1.Stop(); \
587 cap.Stop(); in TEST()
632 cap_err.Stop(); in TEST()
[all …]
/system/bt/gd/neighbor/
Dconnectability.cc38 void Stop();
69 void neighbor::ConnectabilityModule::impl::Stop() {} in Stop() function in bluetooth::neighbor::neighbor::ConnectabilityModule::impl
100 void neighbor::ConnectabilityModule::Stop() { in Stop() function in bluetooth::neighbor::neighbor::ConnectabilityModule
101 pimpl_->Stop(); in Stop()
Dname_db.cc49 void Stop();
141 void neighbor::NameDbModule::impl::Stop() {} in Stop() function in bluetooth::neighbor::neighbor::NameDbModule::impl
154 void neighbor::NameDbModule::Stop() { in Stop() function in bluetooth::neighbor::neighbor::NameDbModule
155 pimpl_->Stop(); in Stop()
Dscan.cc41 void Stop();
158 void neighbor::ScanModule::impl::Stop() { in Stop() function in bluetooth::neighbor::neighbor::ScanModule::impl
200 void neighbor::ScanModule::Stop() { in Stop() function in bluetooth::neighbor::neighbor::ScanModule
201 pimpl_->Stop(); in Stop()
Dpage.cc42 void Stop();
125 void neighbor::PageModule::impl::Stop() { in Stop() function in bluetooth::neighbor::neighbor::PageModule::impl
207 void neighbor::PageModule::Stop() { in Stop() function in bluetooth::neighbor::neighbor::PageModule
208 pimpl_->Stop(); in Stop()
/system/bt/gd/os/linux_generic/
Dreactor_unittest.cc170 reactor_->Stop(); in TEST_F()
175 auto reactor_thread = std::thread(&Reactor::Stop, reactor_); in TEST_F()
184 reactor_->Stop(); in TEST_F()
207 reactor_->Stop(); in TEST_F()
222 reactor_->Stop(); in TEST_F()
242 reactor_->Stop(); in TEST_F()
261 reactor_->Stop(); in TEST_F()
280 reactor_->Stop(); in TEST_F()
297 reactor_->Stop(); in TEST_F()
316 reactor_->Stop(); in TEST_F()
[all …]
Dthread.cc52 Stop(); in ~Thread()
55 bool Thread::Stop() { in Stop() function in bluetooth::os::Thread
62 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()
/system/bt/gd/facade/
Dread_only_property_server.cc48 void ReadOnlyPropertyServerModule::Stop() { in Stop() function in bluetooth::facade::ReadOnlyPropertyServerModule
50 GrpcFacadeModule::Stop(); in Stop()
/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/gd/grpc/
Dgrpc_module.h50 void Stop() override;
69 void Stop() override;
Dgrpc_module.cc33 void GrpcModule::Stop() { in Stop() function in bluetooth::grpc::GrpcModule
115 void GrpcFacadeModule::Stop() { in Stop() function in bluetooth::grpc::GrpcFacadeModule
/system/bt/service/ipc/dbus/
Dipc_handler_dbus.cc65 void IPCHandlerDBus::Stop() { dbus_thread_->Stop(); } in Stop() function in ipc::IPCHandlerDBus
/system/bt/gd/shim/facade/
Dfacade.cc68 void ShimFacadeModule::Stop() { in Stop() function in bluetooth::shim::facade::ShimFacadeModule
70 ::bluetooth::grpc::GrpcFacadeModule::Stop(); in Stop()
/system/extras/libperfmgr/include/perfmgr/
DNodeLooperThread.h58 virtual ~NodeLooperThread() { Stop(); } in ~NodeLooperThread()
63 void Stop();
/system/bt/gd/
Dmodule_unittest.cc64 void Stop() override { in Stop() function in bluetooth::__anonb3e8c82b0111::TestModuleNoDependency
93 void Stop() override { in Stop() function in bluetooth::__anonb3e8c82b0111::TestModuleOneDependency
119 void Stop() override { in Stop() function in bluetooth::__anonb3e8c82b0111::TestModuleNoDependencyTwo
147 void Stop() override { in Stop() function in bluetooth::__anonb3e8c82b0111::TestModuleTwoDependencies
181 void Stop() override { in Stop() function in bluetooth::__anonb3e8c82b0111::TestModuleDumpState
/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/bt/gd/hci/facade/
Dcontroller_facade.cc86 void ControllerFacadeModule::Stop() { in Stop() function in bluetooth::hci::facade::ControllerFacadeModule
88 ::bluetooth::grpc::GrpcFacadeModule::Stop(); in Stop()
/system/memory/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;

1234567