Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/gd/common/
Dcontextual_callback.h58 bool IsEmpty() { in IsEmpty() function
94 bool IsEmpty() { in IsEmpty() function
Dmetric_id_manager.cc117 bool MetricIdManager::IsEmpty() const { in IsEmpty() function in bluetooth::common::MetricIdManager
/packages/modules/Bluetooth/system/types/
Draw_address.h47 bool IsEmpty() const { return *this == kEmpty; } in IsEmpty() function
/packages/modules/Bluetooth/system/gd/hci/
Daddress.h88 bool IsEmpty() const { in IsEmpty() function
Duuid.cc185 bool Uuid::IsEmpty() const { in IsEmpty() function in bluetooth::hci::Uuid
Duuid_unittest.cc35 TEST(UuidTest, IsEmpty) { in TEST() argument
/packages/modules/Bluetooth/tools/rootcanal/include/hci/
Daddress.h63 bool IsEmpty() const { return *this == kEmpty; } in IsEmpty() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_common_metric_id_allocator.cc80 bool MetricIdAllocator::IsEmpty() const { in IsEmpty() function in bluetooth::common::MetricIdAllocator
/packages/modules/Bluetooth/system/common/
Dmetric_id_allocator.cc110 bool MetricIdAllocator::IsEmpty() const { in IsEmpty() function in bluetooth::common::MetricIdAllocator
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc156 bool Uuid::IsEmpty() const { return *this == kEmpty; } in IsEmpty() function in bluetooth::Uuid
/packages/modules/Bluetooth/system/types/test/bluetooth/
Duuid_unittest.cc36 TEST(UuidTest, IsEmpty) { in TEST() argument
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.h106 bool IsEmpty() const { return services.empty(); } in IsEmpty() function
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h322 bool IsEmpty(void) const { return devices_.empty(); } in IsEmpty() function
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_int.h192 bool IsEmpty() const { return *this == kEmpty; } in IsEmpty() function
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h544 bool IsEmpty() const { return values.empty(); } in IsEmpty() function
Ddevices.cc129 bool LeAudioDeviceGroup::IsEmpty(void) { return leAudioDevices_.size() == 0; } in IsEmpty() function in le_audio::LeAudioDeviceGroup