Home
last modified time | relevance | path

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

/system/bt/common/
Dmetric_id_allocator.h112 static bool IsValidId(const int id);
Dmetric_id_allocator.cc194 bool MetricIdAllocator::IsValidId(const int id) { in IsValidId() function in bluetooth::common::MetricIdAllocator
/system/bt/btif/src/
Dbtif_config.cc212 if (MetricIdAllocator::IsValidId(id)) { in init_metric_id_allocator()