Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc629 static bt_status_t query_current_operator_name(const RawAddress* bd_addr) { in query_current_operator_name() function
776 .query_current_operator_name = query_current_operator_name,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h378 bt_status_t (*query_current_operator_name)(const RawAddress* bd_addr); member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp750 sBluetoothHfpClientInterface->query_current_operator_name( in queryCurrentOperatorNameNative()