HomeSort by relevance Sort by last modified time
    Searched defs:dev_handle (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 60 UINT8 dev_handle; member in struct:__anon2892
76 UINT8 dev_handle; member in struct:__anon2893
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 45 static void bta_hh_cback (UINT8 dev_handle, UINT8 event, UINT32 data,
515 UINT8 dev_handle = p_data ? (UINT8)p_data->hid_cback.hdr.layer_specific : \ local
519 conn.handle = dev_handle;
532 if ((HID_HostWriteDev(dev_handle,
568 UINT8 dev_handle = p_data ? (UINT8)p_data->hid_cback.hdr.layer_specific : \ local
571 APPL_TRACE_EVENT1 ("bta_hh_open_act: Device[%d] connected", dev_handle);
864 UINT8 dev_handle; local
876 if (HID_HostAddDev(p_dev_info->bda, p_dev_info->attr_mask, &dev_handle)\
879 dev_info.handle = dev_handle;
890 bta_hh_add_device_to_list(p_cb, dev_handle,
    [all...]
  /external/libusb/libusb/
libusb.h 718 libusb_device_handle *dev_handle; member in struct:libusb_transfer
800 void libusb_close(libusb_device_handle *dev_handle);
801 libusb_device *libusb_get_device(libusb_device_handle *dev_handle);
916 * \param dev_handle handle of the device that will handle the transfer
924 struct libusb_transfer *transfer, libusb_device_handle *dev_handle,
929 transfer->dev_handle = dev_handle;
946 * \param dev_handle handle of the device that will handle the transfer
955 libusb_device_handle *dev_handle, unsigned char endpoint,
959 transfer->dev_handle = dev_handle
    [all...]
  /external/libusb_aah/libusb/
libusb.h 886 libusb_device_handle *dev_handle; member in struct:libusb_transfer
987 void LIBUSB_CALL libusb_close(libusb_device_handle *dev_handle);
988 libusb_device * LIBUSB_CALL libusb_get_device(libusb_device_handle *dev_handle);
    [all...]
  /external/libusb_aah/libusb/os/
windows_usb.c 58 static int winusb_open(struct libusb_device_handle *dev_handle);
59 static void winusb_close(struct libusb_device_handle *dev_handle);
60 static int winusb_configure_endpoints(struct libusb_device_handle *dev_handle, int iface);
61 static int winusb_claim_interface(struct libusb_device_handle *dev_handle, int iface);
62 static int winusb_release_interface(struct libusb_device_handle *dev_handle, int iface);
64 static int winusb_set_interface_altsetting(struct libusb_device_handle *dev_handle, int iface, int altsetting);
66 static int winusb_clear_halt(struct libusb_device_handle *dev_handle, unsigned char endpoint);
69 static int winusb_reset_device(struct libusb_device_handle *dev_handle);
74 static int composite_open(struct libusb_device_handle *dev_handle);
75 static void composite_close(struct libusb_device_handle *dev_handle);
666 libusb_device_handle *dev_handle = transfer->dev_handle; local
    [all...]
windows_usb.h 128 int (*open)(struct libusb_device_handle *dev_handle);
129 void (*close)(struct libusb_device_handle *dev_handle);
130 int (*claim_interface)(struct libusb_device_handle *dev_handle, int iface);
131 int (*set_interface_altsetting)(struct libusb_device_handle *dev_handle, int iface, int altsetting);
132 int (*release_interface)(struct libusb_device_handle *dev_handle, int iface);
133 int (*clear_halt)(struct libusb_device_handle *dev_handle, unsigned char endpoint);
134 int (*reset_device)(struct libusb_device_handle *dev_handle);
213 HANDLE dev_handle; // WinUSB needs an extra handle for the file member in struct:interface_handle_t

Completed in 512 milliseconds