Home
last modified time | relevance | path

Searched refs:IsStarted (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/gd/
Dmodule_unittest.cc69 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleNoDependency>()); in Start()
75 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependency>()); in Stop()
94 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependency>()); in Start()
97 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleOneDependency>()); in Start()
102 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependency>()); in Stop()
105 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleOneDependency>()); in Stop()
123 EXPECT_FALSE(GetModuleRegistry()->IsStarted<TestModuleNoDependencyTwo>()); in Start()
128 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependencyTwo>()); in Stop()
148 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleOneDependency>()); in Start()
149 EXPECT_TRUE(GetModuleRegistry()->IsStarted<TestModuleNoDependencyTwo>()); in Start()
[all …]
Dmodule.h138 bool IsStarted() const { in IsStarted() function
139 return IsStarted(&T::Factory); in IsStarted()
142 bool IsStarted(const ModuleFactory* factory) const;
Dmodule.cc61 bool ModuleRegistry::IsStarted(const ModuleFactory* module) const { in IsStarted() function in bluetooth::ModuleRegistry
/packages/modules/Bluetooth/system/main/shim/
Dstack.h68 bool IsStarted() const { in IsStarted() function
69 return registry_.IsStarted(&T::Factory); in IsStarted()
Dstack.cc152 if (IsStarted<hci::Controller>()) { in StartEverything()
/packages/providers/MediaProvider/jni/
DFuseDaemon.h50 bool IsStarted() const;
Dcom_android_providers_media_FuseDaemon.cpp119 return daemon->IsStarted(); in com_android_providers_media_FuseDaemon_is_started()
DFuseDaemon.cpp2491 bool FuseDaemon::IsStarted() const { in IsStarted() function in mediaprovider::fuse::FuseDaemon
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager_test.cc283 if (fake_registry_.IsStarted<LeScanningManager>()) { in TearDown()
323 ASSERT_TRUE(fake_registry_.IsStarted(&HciLayer::Factory)); in SetUp()
419 ASSERT_TRUE(fake_registry_.IsStarted(&HciLayer::Factory)); in TEST_F()
425 ASSERT_TRUE(fake_registry_.IsStarted(&HciLayer::Factory)); in TEST_F()
Dhci_layer_unittest.cc94 ASSERT_TRUE(fake_registry_.IsStarted<HciLayer>()); in SetUp()
Dhci_layer_test.cc217 ASSERT_TRUE(fake_registry_.IsStarted<HciLayer>()); in SetUp()
Dremote_name_request_test.cc71 ASSERT_TRUE(fake_registry_.IsStarted<RemoteNameRequestModule>()); in SetUp()
/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc958 if (op->IsStarted() && (op->opcode_ == oppositeOpcode) && in IsMuteOrUnmuteRequired()
979 if (op->IsStarted() && (op->opcode_ == kControlPointOpcodeSetAbsoluteVolume) && in IsSetAbsoluteVolumeRequired()
992 if (op->IsStarted() || (!opcodes.empty() && std::find(opcodes.begin(), opcodes.end(), in RemoveNotStartedPendingOperations()
1078 if (op->IsStarted()) { in StartQueueOperation()
Dtypes.h126 bool IsStarted(void) { return started_; } in IsStarted() function
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dacl_scheduler_test.cc56 ASSERT_TRUE(fake_registry_.IsStarted<AclScheduler>()); in SetUp()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc307 bool IsStarted(int group_id) { in IsStarted() function in __anon432cb1ce0111::StreamSpeedTracker
6030 speed_tracker_.IsStarted(group_id), is_reconfig, num_of_connected); in speed_start_setup()
6031 if (!speed_tracker_.IsStarted(group_id)) { in speed_start_setup()
6043 if (!speed_tracker_.IsStarted(group_id)) { in speed_stop_reconfig()
6052 if (!speed_tracker_.IsStarted(group_id)) { in speed_stream_created()
6061 if (!speed_tracker_.IsStarted(group_id)) { in speed_stop_setup()