• Home
  • Raw
  • Download

Lines Matching refs:xx

58   uint8_t xx;  in bta_hh_find_cb()  local
61 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx++) { in bta_hh_find_cb()
63 if ((bda == bta_hh_cb.kdev[xx].addr && !bda.IsEmpty())) { in bta_hh_find_cb()
65 APPL_TRACE_DEBUG("found kdev_cb[%d] hid_handle = %d ", xx, in bta_hh_find_cb()
66 bta_hh_cb.kdev[xx].hid_handle) in bta_hh_find_cb()
68 return xx; 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()
79 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx++) { 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()
87 APPL_TRACE_DEBUG("bta_hh_find_cb:: index = %d while max = %d", xx, in bta_hh_find_cb()
91 if (xx == BTA_HH_MAX_DEVICE) xx = BTA_HH_IDX_INVALID; in bta_hh_find_cb()
93 return xx; in bta_hh_find_cb()
211 uint8_t xx; in bta_hh_tod_spt() local
214 for (xx = 0; xx < p_bta_hh_cfg->max_devt_spt; xx++) { in bta_hh_tod_spt()
215 if (cod == (uint8_t)p_bta_hh_cfg->p_devt_list[xx].tod) { in bta_hh_tod_spt()
216 p_cb->app_id = p_bta_hh_cfg->p_devt_list[xx].app_id; in bta_hh_tod_spt()
302 uint8_t xx; in bta_hh_cleanup_disable() local
304 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx++) { in bta_hh_cleanup_disable()
306 (void**)&bta_hh_cb.kdev[xx].dscp_info.descriptor.dsc_list); in bta_hh_cleanup_disable()
363 uint8_t xx; in bta_hh_trace_dev_db() local
367 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx++) { in bta_hh_trace_dev_db()
368 APPL_TRACE_DEBUG("kdev[%d] in_use[%d] handle[%d] ", xx, in bta_hh_trace_dev_db()
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()
374 bta_hh_cb.kdev[xx].sub_class, bta_hh_cb.kdev[xx].index); in bta_hh_trace_dev_db()