Home
last modified time | relevance | path

Searched refs:has_device (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc3181 HasDevice has_device(GetTestAddress(1)); in TEST_F() local
3182 has_device.has_presets.insert(preset); in TEST_F()
3183 has_device.has_presets.insert(preset2); in TEST_F()
3185 auto out_buf_sz = has_device.SerializedPresetsSize(); in TEST_F()
3190 ASSERT_TRUE(has_device.SerializePresets(serialized)); in TEST_F()
3199 ASSERT_EQ(clone.has_presets.size(), has_device.has_presets.size()); in TEST_F()
3204 has_device.has_presets.find(0x01)->GetIndex()); in TEST_F()
3206 has_device.has_presets.find(0x01)->GetProperties()); in TEST_F()
3208 has_device.has_presets.find(0x01)->GetName()); in TEST_F()
3211 has_device.has_presets.find(0x02)->GetIndex()); in TEST_F()
[all …]
/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py720 def has_device(self, address): member in FlossAdapterClient