HomeSort by relevance Sort by last modified time
    Searched refs:hid_handle (Results 1 - 5 of 5) sorted by null

  /system/bt/bta/hh/
bta_hh_act.cc 88 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE;
190 __func__, p_cb, result, attr_mask, p_cb->hid_handle);
197 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE) {
207 hdl = p_cb->hid_handle;
331 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE) {
408 conn_dat.handle = p_cb->hid_handle;
420 ret = HID_HostOpenDev(p_cb->hid_handle);
436 HID_HostRemoveDev(p_cb->hid_handle);
497 p_data ? (uint8_t)p_data->hdr.layer_specific : p_cb->hid_handle;
524 p_data ? (uint8_t)p_data->hid_cback.hdr.layer_specific : p_cb->hid_handle;
    [all...]
bta_hh_utils.cc 65 APPL_TRACE_DEBUG("found kdev_cb[%d] hid_handle = %d ", xx,
66 bta_hh_cb.kdev[xx].hid_handle)
72 APPL_TRACE_DEBUG("in_use ? [%d] kdev[%d].hid_handle = %d state = [%d]",
74 bta_hh_cb.kdev[xx].hid_handle, bta_hh_cb.kdev[xx].state);
109 if (p_cb->hid_handle != BTA_HH_INVALID_HANDLE) {
112 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] =
116 bta_hh_cb.cb_index[p_cb->hid_handle] = BTA_HH_IDX_INVALID;
129 p_cb->hid_handle = BTA_HH_INVALID_HANDLE;
177 p_cb->hid_handle = handle;
495 bta_hh_cb.kdev[xx].in_use, bta_hh_cb.kdev[xx].hid_handle);
    [all...]
bta_hh_le.cc 270 p_cb->hid_handle = bta_hh_le_get_le_dev_hdl(p_cb->index);
271 if (p_cb->hid_handle == BTA_HH_IDX_INVALID) {
277 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index;
766 cback_data.handle = p_dev_cb->hid_handle;
796 cback_data.handle = p_cb->hid_handle;
843 hs_data.handle = p_dev_cb->hid_handle;
891 hs_data.handle = p_cb->hid_handle;
    [all...]
bta_hh_int.h 227 uint8_t hid_handle; /* device handle : low 4 bits for regular HID: member in struct:__anon1376
  /external/libusb/libusb/os/
windows_winusb.c 3486 HANDLE hid_handle = INVALID_HANDLE_VALUE; local
3710 HANDLE hid_handle; local
3817 HANDLE hid_handle; local
3910 HANDLE hid_handle; local
3925 HANDLE hid_handle; local
3945 HANDLE hid_handle; local
    [all...]

Completed in 1195 milliseconds