Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/types/
Draw_address.h48 bool IsEmpty() const { return *this == kEmpty; } in IsEmpty() function
/packages/modules/Bluetooth/system/pdl/hci/include/hci/
Daddress.h73 bool IsEmpty() const { return *this == kEmpty; } in IsEmpty() function
/packages/modules/Bluetooth/system/gd/hci/
Daddress.h89 bool IsEmpty() const { in IsEmpty() function
Duuid.cc179 bool Uuid::IsEmpty() const { in IsEmpty() function in bluetooth::hci::Uuid
Duuid_unittest.cc53 TEST(UuidTest, IsEmpty) { in TEST() argument
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Drect.h92 inline bool IsEmpty(const Rectangle_i& rect) { in IsEmpty() function
96 inline bool IsEmpty(const Rectangle_d& rect) { in IsEmpty() function
/packages/modules/Bluetooth/tools/rootcanal/include/hci/
Daddress.h60 bool IsEmpty() const { return *this == kEmpty; } in IsEmpty() function
/packages/modules/Bluetooth/system/common/
Dmetric_id_allocator.cc110 bool MetricIdAllocator::IsEmpty() const { in IsEmpty() function in bluetooth::common::MetricIdAllocator
/packages/modules/Bluetooth/system/gd/common/
Dmetric_id_manager.cc119 bool MetricIdManager::IsEmpty() const { in IsEmpty() function in bluetooth::common::MetricIdManager
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc153 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.h108 bool IsEmpty() const { return services.empty(); } in IsEmpty() function
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h362 bool IsEmpty(void) const { return devices_.empty(); } in IsEmpty() function
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_int.h209 bool IsEmpty() const { return *this == kEmpty; } in IsEmpty() function
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc78 bool LeAudioDeviceGroup::IsEmpty(void) const { in IsEmpty() function in bluetooth::le_audio::LeAudioDeviceGroup
Dle_audio_types.h795 bool IsEmpty() const { return values.empty(); } in IsEmpty() function