Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metric_id_api.cc36 bool CloseMetricIdAllocator() { in CloseMetricIdAllocator() function
/packages/modules/Bluetooth/system/main/shim/
Dmetric_id_api.h47 bool CloseMetricIdAllocator();
Dmetric_id_api.cc51 bool CloseMetricIdAllocator() { return MetricIdManager::GetInstance().Close(); } in CloseMetricIdAllocator() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_metrics_logging.cc108 return bluetooth::shim::CloseMetricIdAllocator(); in close_metric_id_allocator()