/system/connectivity/wificond/tests/ |
D | netlink_manager_unittest.cpp | 38 EXPECT_TRUE(netlink_manager.Start()); in TEST_F() 39 EXPECT_TRUE(netlink_manager.Start()); in TEST_F() 40 EXPECT_TRUE(netlink_manager.Start()); in TEST_F() 41 EXPECT_TRUE(netlink_manager.Start()); in TEST_F()
|
/system/extras/simpleperf/ |
D | workload_test.cpp | 33 ASSERT_TRUE(workload->Start()); in TEST() 40 ASSERT_FALSE(workload->Start()); in TEST() 51 ASSERT_TRUE(workload->Start()); in run_signaled_workload() 72 ASSERT_TRUE(workload->Start()); in run_exit_nonzero_workload()
|
D | cmd_debug_unwind_test.cpp | 40 ASSERT_TRUE(capture.Start()); in TEST() 44 ASSERT_TRUE(capture.Start()); in TEST() 54 ASSERT_TRUE(capture.Start()); in TEST() 70 ASSERT_TRUE(capture.Start()); in TEST() 85 ASSERT_TRUE(capture.Start()); in TEST()
|
D | cmd_dumprecord_test.cpp | 41 ASSERT_TRUE(capture.Start()); in TEST() 50 ASSERT_TRUE(capture.Start()); in TEST()
|
/system/core/base/ |
D | test_utils_test.cpp | 54 cap.Start(); in TEST() 61 cap.Start(); in TEST() 73 cap.Start(); in TEST() 80 cap.Start(); in TEST()
|
D | test_utils.cpp | 31 Start(); in CapturedStdFd() 58 void CapturedStdFd::Start() { in Start() function in CapturedStdFd
|
/system/bt/gd/neighbor/ |
D | connectability.cc | 36 void Start(); 64 void neighbor::ConnectabilityModule::impl::Start() { in Start() function in bluetooth::neighbor::neighbor::ConnectabilityModule::impl 95 void neighbor::ConnectabilityModule::Start() { in Start() function in bluetooth::neighbor::neighbor::ConnectabilityModule 96 pimpl_->Start(); in Start()
|
D | name_db.cc | 48 void Start(); 128 void neighbor::NameDbModule::impl::Start() { in Start() function in bluetooth::neighbor::neighbor::NameDbModule::impl 142 void neighbor::NameDbModule::Start() { in Start() function in bluetooth::neighbor::neighbor::NameDbModule 143 pimpl_->Start(); in Start()
|
D | scan.cc | 38 void Start(); 150 void neighbor::ScanModule::impl::Start() { in Start() function in bluetooth::neighbor::neighbor::ScanModule::impl 197 void neighbor::ScanModule::Start() { in Start() function in bluetooth::neighbor::neighbor::ScanModule 198 pimpl_->Start(); in Start()
|
D | discoverability.cc | 42 void Start(); 113 void neighbor::DiscoverabilityModule::impl::Start() { in Start() function in bluetooth::neighbor::neighbor::DiscoverabilityModule::impl 186 void neighbor::DiscoverabilityModule::Start() { in Start() function in bluetooth::neighbor::neighbor::DiscoverabilityModule 187 pimpl_->Start(); in Start()
|
/system/bt/gd/ |
D | module_unittest.cc | 50 void Start() override { in Start() function in bluetooth::__anond723f7560111::TestModuleNoDependency 74 void Start() override { in Start() function in bluetooth::__anond723f7560111::TestModuleOneDependency 102 void Start() override { in Start() function in bluetooth::__anond723f7560111::TestModuleNoDependencyTwo 127 void Start() override { in Start() function in bluetooth::__anond723f7560111::TestModuleTwoDependencies 151 registry_->Start(&list, thread_); in TEST_F() 169 registry_->Start(&list, thread_); in TEST_F() 187 registry_->Start(&list, thread_); in TEST_F()
|
D | module.cc | 62 void ModuleRegistry::Start(ModuleList* modules, Thread* thread) { in Start() function in bluetooth::ModuleRegistry 64 Start(*it, thread); in Start() 73 Module* ModuleRegistry::Start(const ModuleFactory* module, Thread* thread) { in Start() function in bluetooth::ModuleRegistry 83 Start(&instance->dependencies_, thread); in Start() 85 instance->Start(); in Start()
|
D | module.h | 74 virtual void Start() = 0; 111 void Start(ModuleList* modules, ::bluetooth::os::Thread* thread); 114 T* Start(::bluetooth::os::Thread* thread) { in Start() function 115 return static_cast<T*>(Start(&T::Factory, thread)); in Start() 118 Module* Start(const ModuleFactory* id, ::bluetooth::os::Thread* thread);
|
/system/tools/aidl/tests/java_app/ |
D | README | 4 2) Start an emulator: 11 6) Start hellod: 13 7) Start Java client:
|
/system/bt/gd/facade/ |
D | read_only_property_server.cc | 41 void ReadOnlyPropertyServerModule::Start() { in Start() function in bluetooth::facade::ReadOnlyPropertyServerModule 42 GrpcFacadeModule::Start(); in Start()
|
/system/bt/gd/storage/ |
D | legacy.cc | 53 void Start(); 67 void storage::LegacyModule::impl::Start() { in Start() function in bluetooth::storage::storage::LegacyModule::impl 111 void storage::LegacyModule::Start() { in Start() function in bluetooth::storage::storage::LegacyModule 112 pimpl_->Start(); in Start()
|
/system/bt/gd/grpc/ |
D | grpc_module.h | 48 void Start() override; 66 void Start() override;
|
D | grpc_module.cc | 30 void GrpcModule::Start() { in Start() function in bluetooth::grpc::GrpcModule 115 void GrpcFacadeModule::Start() { in Start() function in bluetooth::grpc::GrpcFacadeModule
|
/system/bt/gd/shim/ |
D | stack.cc | 46 void Start() { in Start() function 110 void bluetooth::shim::Stack::Start() { in Start() function in bluetooth::shim::Stack 111 pimpl_->Start(); in Start()
|
/system/bt/service/ |
D | daemon.cc | 107 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, this)) { in SetUpIPC() 115 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_BINDER, this)) { in SetUpIPC() 120 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_DBUS, this)) { in SetUpIPC()
|
/system/core/adb/ |
D | transport_benchmark.cpp | 77 client->Start(); in BM_Connection_Unidirectional() 78 server->Start(); in BM_Connection_Unidirectional() 151 client->Start(); in BM_Connection_Echo() 152 server->Start(); in BM_Connection_Echo()
|
/system/bt/service/test/ |
D | ipc_linux_unittest.cc | 158 EXPECT_FALSE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F() 166 EXPECT_TRUE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F() 187 EXPECT_TRUE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F()
|
/system/sepolicy/public/ |
D | usbd.te | 4 # Start/stop adbd via ctl.start adbd
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | usbd.te | 4 # Start/stop adbd via ctl.start adbd
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | usbd.te | 4 # Start/stop adbd via ctl.start adbd
|