Searched refs:hid_handle (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_act.c91 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE;
205 p_cb, result, attr_mask,p_cb->hid_handle);
212 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE)
228 hdl = p_cb->hid_handle;
363 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE)
442 conn_dat.handle = p_cb->hid_handle;
456 if ((ret = HID_HostOpenDev (p_cb->hid_handle)) != HID_SUCCESS)
463 HID_HostRemoveDev( p_cb->hid_handle);
531 disc_dat.handle = p_data ?(UINT8)p_data->hdr.layer_specific :p_cb->hid_handle;
557 p_cb->hid_handle;
[all...]
H A Dbta_hh_utils.c75 APPL_TRACE_DEBUG("found kdev_cb[%d] hid_handle = %d ", xx,
76 bta_hh_cb.kdev[xx].hid_handle)
82 APPL_TRACE_DEBUG("in_use ? [%d] kdev[%d].hid_handle = %d state = [%d]",
84 bta_hh_cb.kdev[xx].hid_handle,
124 if (p_cb->hid_handle != BTA_HH_INVALID_HANDLE )
128 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = BTA_HH_IDX_INVALID;
131 bta_hh_cb.cb_index[p_cb->hid_handle] = BTA_HH_IDX_INVALID;
144 p_cb->hid_handle = BTA_HH_INVALID_HANDLE;
193 p_cb->hid_handle = handle;
530 bta_hh_cb.kdev[xx].in_use, bta_hh_cb.kdev[xx].hid_handle);
[all...]
H A Dbta_hh_le.c336 p_cb->hid_handle = BTA_HH_GET_LE_DEV_HDL(p_cb->index);
338 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index;
1018 cback_data.handle = p_cb->hid_handle;
1095 hs_data.handle = p_cb->hid_handle;
1461 p_cb->hid_handle = BTA_HH_GET_LE_DEV_HDL(p_cb->index);
1463 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index;
1466 APPL_TRACE_DEBUG("hid_handle = %2x conn_id = %04x cb_index = %d", p_cb->hid_handle, p_cb->conn_id, p_cb->index);
1499 p_buf->hdr.layer_specific = (UINT16)p_dev_cb->hid_handle;
1898 hs_data.handle = p_dev_cb->hid_handle;
[all...]
H A Dbta_hh_int.h251 UINT8 hid_handle; /* device handle : low 4 bits for regular HID: HID_HOST_MAX_DEVICES can not exceed 15; member in struct:__anon626
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c3400 static int _hid_get_descriptor(struct hid_device_priv* dev, HANDLE hid_handle, int recipient, argument
3427 if (HidD_GetPhysicalDescriptor(hid_handle, data, (ULONG)*size))
3435 static int _hid_get_report(struct hid_device_priv* dev, HANDLE hid_handle, int id, void *data, argument
3476 if (!DeviceIoControl(hid_handle, ioctl_code, buf, expected_size+1,
3516 static int _hid_set_report(struct hid_device_priv* dev, HANDLE hid_handle, int id, void *data, argument
3567 if (!DeviceIoControl(hid_handle, ioctl_code, buf, write_size,
3588 static int _hid_class_request(struct hid_device_priv* dev, HANDLE hid_handle, int request_type, argument
3600 return _hid_set_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type);
3603 return _hid_get_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type);
3654 HANDLE hid_handle local
3887 HANDLE hid_handle; local
3997 HANDLE hid_handle; local
4090 HANDLE hid_handle; local
4105 HANDLE hid_handle; local
4125 HANDLE hid_handle; local
[all...]
/external/chromium_org/content/browser/gamepad/
H A Draw_input_data_fetcher_win.cc238 HANDLE hid_handle = CreateFile(name_buffer.get(), GENERIC_READ|GENERIC_WRITE, local
240 if (hid_handle) {
241 got_product_string = hidd_get_product_string_(hid_handle, gamepad_info->id,
243 CloseHandle(hid_handle);

Completed in 424 milliseconds