Searched defs:IsValidId (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/common/ | ||
D | metric_id_allocator.cc | 192 bool MetricIdAllocator::IsValidId(const int id) { return id >= kMinId && id <= kMaxId; } in IsValidId() function in bluetooth::common::MetricIdAllocator |
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/ | ||
D | metric_id_manager.cc | 188 bool MetricIdManager::IsValidId(const int id) { return id >= kMinId && id <= kMaxId; } in IsValidId() function in bluetooth::common::MetricIdManager |