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

  /external/chromium_org/device/usb/
usb_device_impl.cc 224 scoped_refptr<UsbDeviceHandleImpl> device_handle = local
226 handles_.push_back(device_handle);
227 return device_handle;
345 scoped_refptr<UsbDeviceHandle> device_handle = Open();
346 if (device_handle.get()) {
347 return device_handle->GetStringDescriptor(desc.iManufacturer, manufacturer);
376 scoped_refptr<UsbDeviceHandle> device_handle = Open();
377 if (device_handle.get()) {
378 return device_handle->GetStringDescriptor(desc.iProduct, product);
407 scoped_refptr<UsbDeviceHandle> device_handle = Open()
    [all...]
usb_device_handle_impl.cc 570 UsbDeviceHandleImpl* device_handle = local
572 device_handle->task_runner_->PostTask(
575 &UsbDeviceHandleImpl::CompleteTransfer, device_handle, transfer));
  /external/chromium_org/content/browser/gamepad/
raw_input_data_fetcher_win.cc 144 HANDLE device_handle = device_list[i].hDevice; local
145 RawGamepadInfo* gamepad_info = ParseGamepadInfo(device_handle);
147 controllers_[device_handle] = gamepad_info;
  /external/e2fsprogs/ext2ed/
main.c 71 FILE *device_handle=NULL; /* This is passed to the fopen / fread ... commands */ variable
  /external/chromium_org/extensions/browser/api/usb/
usb_api.cc 632 scoped_refptr<UsbDeviceHandle> device_handle = devices->at(i)->Open(); local
633 if (device_handle.get())
634 device_handles_.push_back(device_handle);
638 UsbDeviceHandle* const device_handle = device_handles_[i].get(); local
640 new UsbDeviceResource(extension_->id(), device_handle);
780 scoped_refptr<UsbDeviceHandle> device_handle = local
782 if (!device_handle.get()) {
787 ConvertConfigDescriptor(device_handle->GetDevice()->GetConfiguration(),
807 scoped_refptr<UsbDeviceHandle> device_handle = local
809 if (!device_handle.get())
839 scoped_refptr<UsbDeviceHandle> device_handle = local
862 scoped_refptr<UsbDeviceHandle> device_handle = local
887 scoped_refptr<UsbDeviceHandle> device_handle = local
913 scoped_refptr<UsbDeviceHandle> device_handle = local
939 scoped_refptr<UsbDeviceHandle> device_handle = local
996 scoped_refptr<UsbDeviceHandle> device_handle = local
1045 scoped_refptr<UsbDeviceHandle> device_handle = local
1094 scoped_refptr<UsbDeviceHandle> device_handle = local
1161 scoped_refptr<UsbDeviceHandle> device_handle = local
    [all...]
  /external/libmtp/src/
libusb-glue.c 1581 usb_dev_handle *device_handle; local
    [all...]

Completed in 190 milliseconds