Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 14 of 14) 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.h69 bool IsEmpty() const { return *this == kEmpty; } in IsEmpty() function
/packages/modules/Bluetooth/tools/rootcanal/include/hci/
Daddress.h60 bool IsEmpty() const { return *this == kEmpty; } in IsEmpty() function
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Drect.h116 inline bool IsEmpty(const Rectangle_i& rect) { in IsEmpty() function
120 inline bool IsEmpty(const Rectangle_d& rect) { in IsEmpty() function
/packages/modules/Bluetooth/system/gd/common/
Dmetric_id_manager.cc111 bool MetricIdManager::IsEmpty() const { in IsEmpty() function in bluetooth::common::MetricIdManager
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc171 bool Uuid::IsEmpty() const { return *this == kEmpty; } in IsEmpty() function in bluetooth::Uuid
/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc158 bool Uuid::IsEmpty() const { return *this == kEmpty; } in IsEmpty() function in bluetooth::hci::Uuid
Duuid_unittest.cc42 TEST(UuidTest, IsEmpty) { in TEST() argument
/packages/modules/Bluetooth/system/types/test/bluetooth/
Duuid_unittest.cc37 TEST(UuidTest, IsEmpty) { in TEST() argument
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.h107 bool IsEmpty() const { return services.empty(); } in IsEmpty() function
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_int.h226 bool IsEmpty() const { return *this == kEmpty; } in IsEmpty() function
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h351 bool IsEmpty(void) const { return devices_.empty(); } in IsEmpty() function
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc95 bool LeAudioDeviceGroup::IsEmpty(void) const { return leAudioDevices_.size() == 0; } in IsEmpty() function in bluetooth::le_audio::LeAudioDeviceGroup
Dle_audio_types.h799 bool IsEmpty() const { return values.empty(); } in IsEmpty() function