Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf_client.cc144 static btif_hf_client_cb_arr_t btif_hf_client_cb_arr; variable
206 if (btif_hf_client_cb_arr.cb[i].state != in btif_hf_client_get_cb_by_handle()
208 btif_hf_client_cb_arr.cb[i].handle == handle) { in btif_hf_client_get_cb_by_handle()
209 return &btif_hf_client_cb_arr.cb[i]; in btif_hf_client_get_cb_by_handle()
230 if (btif_hf_client_cb_arr.cb[i].state != in btif_hf_client_get_cb_by_bda()
232 btif_hf_client_cb_arr.cb[i].peer_bda == bd_addr) { in btif_hf_client_get_cb_by_bda()
233 return &btif_hf_client_cb_arr.cb[i]; in btif_hf_client_get_cb_by_bda()
251 btif_hf_client_cb_t* cb = &btif_hf_client_cb_arr.cb[i]; in btif_hf_client_allocate_cb()
282 memset(&btif_hf_client_cb_arr, 0, sizeof(btif_hf_client_cb_arr_t)); in init()