Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbluetooth.cc570 static int get_metric_id(const RawAddress& address) { in get_metric_id() function
614 get_metric_id,
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h726 int (*get_metric_id)(const RawAddress& address); member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp1689 return sBluetoothInterface->get_metric_id(addr_obj); in getMetricIdNative()