Home
last modified time | relevance | path

Searched refs:IsValidId (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/common/
Dmetric_id_allocator.h112 static bool IsValidId(const int id);
Dmetric_id_allocator.cc199 bool MetricIdAllocator::IsValidId(const int id) { in IsValidId() function in bluetooth::common::MetricIdAllocator
/packages/modules/Bluetooth/system/gd/common/
Dmetric_id_manager.h113 static bool IsValidId(const int id);
Dmetric_id_manager.cc197 bool MetricIdManager::IsValidId(const int id) { in IsValidId() function in bluetooth::common::MetricIdManager
/packages/modules/Bluetooth/system/main/shim/
Dmetric_id_api.cc73 return MetricIdManager::GetInstance().IsValidId(id); in IsValidIdFromMetricIdAllocator()