Home
last modified time | relevance | path

Searched refs:CloseMetricIdAllocator (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dmetric_id_api.h46 bool CloseMetricIdAllocator();
H A Dmetric_id_api.cc54 bool CloseMetricIdAllocator() { return MetricIdManager::GetInstance().Close(); } in CloseMetricIdAllocator() function
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_metric_id_api.cc45 bool CloseMetricIdAllocator() { in CloseMetricIdAllocator() function
/aosp12/system/bt/btif/src/
H A Dbtif_metrics_logging.cc132 return bluetooth::shim::CloseMetricIdAllocator(); in close_metric_id_allocator()