Home
last modified time | relevance | path

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

/system/bt/main/shim/
Dmetric_id_api.h70 bool SaveDeviceOnMetricIdAllocator(const RawAddress& raw_address);
Dmetric_id_api.cc65 bool SaveDeviceOnMetricIdAllocator(const RawAddress& raw_address) { in SaveDeviceOnMetricIdAllocator() function
Dbtm_api.cc472 is_gd_enabled ? bluetooth::shim::SaveDeviceOnMetricIdAllocator( in OnDeviceBonded()
/system/bt/test/mock/
Dmock_main_shim_metric_id_api.cc57 bool SaveDeviceOnMetricIdAllocator(const RawAddress& raw_address) { in SaveDeviceOnMetricIdAllocator() function
/system/bt/btif/src/
Dbtif_metrics_logging.cc147 return bluetooth::shim::SaveDeviceOnMetricIdAllocator(address); in save_metric_id_from_metric_id_allocator()