Home
last modified time | relevance | path

Searched refs:IsInitialized (Results 1 – 18 of 18) sorted by relevance

/system/bt/btif/src/
Dbtif_ble_advertiser.cc108 if (!BleAdvertisingManager::IsInitialized()) { in Unregister()
118 if (!BleAdvertisingManager::IsInitialized()) return; in GetOwnAddress()
129 if (!BleAdvertisingManager::IsInitialized()) return; in SetParameters()
141 if (!BleAdvertisingManager::IsInitialized()) return; in SetData()
155 if (!BleAdvertisingManager::IsInitialized()) return; in Enable()
170 if (!BleAdvertisingManager::IsInitialized()) return; in StartAdvertising()
193 if (!BleAdvertisingManager::IsInitialized()) return; in StartAdvertisingSet()
215 if (!BleAdvertisingManager::IsInitialized()) return; in SetPeriodicAdvertisingParameters()
231 if (!BleAdvertisingManager::IsInitialized()) return; in SetPeriodicAdvertisingData()
243 if (!BleAdvertisingManager::IsInitialized()) return; in SetPeriodicAdvertisingEnable()
/system/bt/service/
Ddaemon.cc86 if (hal::BluetoothGattInterface::IsInitialized()) in ShutDownBluetoothInterfaces()
88 if (hal::BluetoothInterface::IsInitialized()) in ShutDownBluetoothInterfaces()
90 if (hal::BluetoothAvInterface::IsInitialized()) in ShutDownBluetoothInterfaces()
92 if (hal::BluetoothAvrcpInterface::IsInitialized()) in ShutDownBluetoothInterfaces()
/system/bt/common/
Daddress_obfuscator.cc41 bool AddressObfuscator::IsInitialized() { in IsInitialized() function in bluetooth::common::AddressObfuscator
48 CHECK(IsInitialized()); in Obfuscate()
Daddress_obfuscator_unittest.cc83 EXPECT_FALSE(AddressObfuscator::GetInstance()->IsInitialized()); in TEST()
88 EXPECT_TRUE(AddressObfuscator::GetInstance()->IsInitialized()); in TEST()
Daddress_obfuscator.h59 bool IsInitialized();
/system/bt/test/suite/adapter/
Dbluetooth_test.cc56 ASSERT_TRUE(bluetooth::hal::BluetoothInterface::IsInitialized()); in SetUp()
72 ASSERT_FALSE(bt_hal_interface->IsInitialized()); in TearDown()
/system/bt/service/hal/
Dbluetooth_interface.h90 static bool IsInitialized();
Dbluetooth_av_interface.h68 static bool IsInitialized();
Dbluetooth_gatt_interface.h186 static bool IsInitialized();
Dbluetooth_avrcp_interface.h141 static bool IsInitialized();
Dbluetooth_av_interface.cc341 bool BluetoothAvInterface::IsInitialized() { in IsInitialized() function in bluetooth::hal::BluetoothAvInterface
Dbluetooth_interface.cc378 bool BluetoothInterface::IsInitialized() { in IsInitialized() function in bluetooth::hal::BluetoothInterface
Dbluetooth_gatt_interface.cc755 bool BluetoothGattInterface::IsInitialized() { in IsInitialized() function in bluetooth::hal::BluetoothGattInterface
Dbluetooth_avrcp_interface.cc867 bool BluetoothAvrcpInterface::IsInitialized() { in IsInitialized() function in bluetooth::hal::BluetoothAvrcpInterface
/system/bt/test/suite/gatt/
Dgatt_test.cc49 ASSERT_TRUE(bluetooth::hal::BluetoothGattInterface::IsInitialized()); in SetUp()
/system/bt/stack/include/
Dble_advertiser.h75 static bool IsInitialized();
/system/bt/stack/btm/
Dbtm_ble_privacy.cc525 if (BleAdvertisingManager::IsInitialized() && in btm_ble_suspend_resolving_list_activity()
559 if (BleAdvertisingManager::IsInitialized() && in btm_ble_resume_resolving_list_activity()
Dbtm_ble_multi_adv.cc1021 bool BleAdvertisingManager::IsInitialized() { return instance; } in IsInitialized() function in BleAdvertisingManager