Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_hf_client.cc746 static const bthf_client_interface_t bthfClientInterface = {
747 .size = sizeof(bthf_client_interface_t),
1071 const bthf_client_interface_t* btif_hf_client_get_interface(void) { in btif_hf_client_get_interface()
H A Dbluetooth.cc109 extern const bthf_client_interface_t* btif_hf_client_get_interface();
/aosp12/system/bt/include/hardware/
H A Dbt_hf_client.h394 } bthf_client_interface_t; typedef
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp27 static bthf_client_interface_t* sBluetoothHfpClientInterface = NULL;
468 (bthf_client_interface_t*)btInf->get_profile_interface( in initializeNative()