Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_hh.cc89 btif_hh_cb_t btif_hh_cb; variable
302 return &btif_hh_cb.devices[i]; in btif_hh_find_connected_dev_by_handle()
321 return &btif_hh_cb.devices[i]; in btif_hh_find_dev_by_bda()
342 return &btif_hh_cb.devices[i]; in btif_hh_find_connected_dev_by_bda()
461 if (btif_hh_cb.device_num > 0) { in btif_hh_remove_device()
462 btif_hh_cb.device_num--; in btif_hh_remove_device()
762 memset(&btif_hh_cb, 0, sizeof(btif_hh_cb)); in btif_hh_upstreams_evt()
809 btif_hh_cb.p_curr_dev = in btif_hh_upstreams_evt()
954 p_dev = btif_hh_cb.p_curr_dev; in btif_hh_upstreams_evt()
1227 memset(&btif_hh_cb, 0, sizeof(btif_hh_cb)); in init()
[all …]
/aosp12/system/bt/btif/co/
H A Dbta_hh_co.cc329 p_dev = &btif_hh_cb.devices[i]; in bta_hh_co_open()
360 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_UNKNOWN) { in bta_hh_co_open()
361 p_dev = &btif_hh_cb.devices[i]; in bta_hh_co_open()
368 btif_hh_cb.device_num++; in bta_hh_co_open()
424 p_dev = &btif_hh_cb.devices[i]; in bta_hh_co_close()
/aosp12/system/bt/btif/include/
H A Dbtif_hh.h122 extern btif_hh_cb_t btif_hh_cb;
/aosp12/system/bt/stack/test/btm/
H A Dstack_btm_test.cc42 btif_hh_cb_t btif_hh_cb; variable
/aosp12/system/bt/main/shim/
H A Dacl.cc970 extern btif_hh_cb_t btif_hh_cb;
975 btif_hh_status_text(btif_hh_cb.status).c_str(), in DumpsysHid()
976 btif_hh_cb.device_num); in DumpsysHid()
977 LOG_DUMPSYS(fd, "status:%s", btif_hh_status_text(btif_hh_cb.status).c_str()); in DumpsysHid()
979 const btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in DumpsysHid()
989 const btif_hh_added_device_t* p_dev = &btif_hh_cb.added_devices[i]; in DumpsysHid()
/aosp12/system/bt/main/test/
H A Dmain_shim_test.cc66 btif_hh_cb_t btif_hh_cb; variable