Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc529 static bt_status_t handle_call_action(const RawAddress* bd_addr, bthf_client_call_action_t action, in handle_call_action() function
801 .handle_call_action = handle_call_action,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h358 bt_status_t (*handle_call_action)(const RawAddress* bd_addr, bthf_client_call_action_t action, member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp764 bt_status_t status = sBluetoothHfpClientInterface->handle_call_action( in handleCallActionNative()