Home | History | Annotate | Download | only in usb

Lines Matching defs:handle_

137   const scoped_refptr<UsbDeviceHandle> handle_;
146 : handle_(handle),
152 libusb_release_interface(handle_->handle(), interface_number_);
156 return libusb_claim_interface(handle_->handle(), interface_number_) == 0;
182 : device_(device), handle_(handle), context_(context) {
189 UsbDeviceHandle::UsbDeviceHandle() : device_(NULL), handle_(NULL) {
195 libusb_close(handle_);
196 handle_ = NULL;
334 const int rv = libusb_set_interface_alt_setting(handle_,
349 return libusb_reset_device(handle_) == 0;
354 PlatformUsbDevice device = libusb_get_device(handle_);
367 handle_, 0, 0,
378 handle_, desc.iSerialNumber, langid[i],
417 handle_,
446 libusb_fill_bulk_transfer(transfer, handle_, new_endpoint,
473 libusb_fill_interrupt_transfer(transfer, handle_, new_endpoint,
504 libusb_fill_iso_transfer(transfer, handle_, new_endpoint,