HomeSort by relevance Sort by last modified time
    Searched full:new_device (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/device/usb/
usb_service_impl.cc 144 scoped_refptr<UsbDeviceImpl> new_device(
151 platform_devices_[platform_devices[i]] = new_device;
152 devices_[unique_id] = new_device;
153 connected_devices.insert(new_device.get());
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 738 struct darwin_cached_device *new_device; local
763 list_for_each_entry(new_device, &darwin_cached_devices, list, struct darwin_cached_device) {
764 usbi_dbg("matching sessionID 0x%x against cached device with sessionID 0x%x", sessionID, new_device->session);
765 if (new_device->session == sessionID) {
767 *cached_out = new_device;
783 new_device = calloc (1, sizeof (*new_device));
784 if (!new_device) {
790 list_add(&new_device->list, &darwin_cached_devices);
792 (*device)->GetDeviceAddress (device, (USBDeviceAddress *)&new_device->address)
    [all...]
  /external/e2fsprogs/ext2ed/
general_com.c 151 char *ptr,new_device [80]; local
153 ptr=parse_word (command_line,new_device);
158 parse_word (ptr,new_device);
159 check_mounted (new_device);
174 if ( (device_handle=fopen (new_device,"rb"))==NULL) {
175 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win ();
179 strcpy (device_name,new_device);
  /external/wpa_supplicant_8/wpa_supplicant/
notify.h 88 const u8 *dev_addr, int new_device);
notify.c 421 const u8 *dev_addr, int new_device)
423 if (new_device) {
p2p_supplicant.c     [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.h 302 * _swdev/<old_device> - new_device = value
303 * - disable old_device and then enable new_device
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc 689 DeviceEntry* new_device = new DeviceEntry(device_info.type, local
692 devices_.insert(new_device);
693 return new_device;
  /external/wpa_supplicant_8/src/p2p/
p2p.h 570 * @new_device: Inform if the peer is newly found
579 int new_device);
    [all...]

Completed in 470 milliseconds