Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc95 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& addr);
162 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in btif_in_hf_client_generic_evt()
224 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& bd_addr) { in btif_hf_client_get_cb_by_bda() function
333 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in disconnect()
352 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in connect_audio()
382 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in disconnect_audio()
401 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in start_voice_recognition()
423 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in stop_voice_recognition()
446 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in volume_control()
475 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in dial()
[all …]