Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_utils.cc63 if ((bda == bta_hh_cb.kdev[xx].addr && !bda.IsEmpty())) { in bta_hh_find_cb()
66 bta_hh_cb.kdev[xx].hid_handle) in bta_hh_find_cb()
73 bta_hh_cb.kdev[xx].in_use, xx, in bta_hh_find_cb()
74 bta_hh_cb.kdev[xx].hid_handle, bta_hh_cb.kdev[xx].state); in bta_hh_find_cb()
80 if (!bta_hh_cb.kdev[xx].in_use) { in bta_hh_find_cb()
81 bta_hh_cb.kdev[xx].addr = bda; in bta_hh_find_cb()
101 return &bta_hh_cb.kdev[idx]; in bta_hh_get_cb()
306 (void**)&bta_hh_cb.kdev[xx].dscp_info.descriptor.dsc_list); in bta_hh_cleanup_disable()
369 bta_hh_cb.kdev[xx].in_use, bta_hh_cb.kdev[xx].hid_handle); in bta_hh_trace_dev_db()
373 bta_hh_cb.kdev[xx].attr_mask, bta_hh_cb.kdev[xx].state, in bta_hh_trace_dev_db()
[all …]
Dbta_hh_act.cc95 bta_hh_cb.kdev[xx].state = BTA_HH_IDLE_ST; in bta_hh_api_enable()
96 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE; in bta_hh_api_enable()
97 bta_hh_cb.kdev[xx].index = xx; in bta_hh_api_enable()
140 if (bta_hh_cb.kdev[xx].state == BTA_HH_CONN_ST) { in bta_hh_api_disable()
142 bta_hh_sm_execute(&bta_hh_cb.kdev[xx], BTA_HH_API_CLOSE_EVT, NULL); in bta_hh_api_disable()
1137 if (bta_hh_cb.kdev[xx].hid_handle == dev_handle) { in bta_hh_cback()
1138 bta_hh_cb.kdev[xx].vp = true; in bta_hh_cback()
Dbta_hh_main.cc342 (!bta_hh_cb.kdev[index].in_use)) { in bta_hh_hdl_event()
351 if (index != BTA_HH_IDX_INVALID) p_cb = &bta_hh_cb.kdev[index]; in bta_hh_hdl_event()
Dbta_hh_int.h233 tBTA_HH_DEV_CB kdev[BTA_HH_MAX_DEVICE]; /* device control block */ member
Dbta_hh_le.cc274 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_conn_id()
291 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_bda()