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

  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 737 struct darwin_cached_device *new_device; local
762 list_for_each_entry(new_device, &darwin_cached_devices, list, struct darwin_cached_device) {
763 usbi_dbg("matching sessionID 0x%x against cached device with sessionID 0x%x", sessionID, new_device->session);
764 if (new_device->session == sessionID) {
766 *cached_out = new_device;
776 new_device = calloc (1, sizeof (*new_device));
777 if (!new_device) {
785 free (new_device);
786 new_device = NULL
    [all...]
  /external/chromium_org/chrome/browser/usb/
usb_service.cc 195 UsbDevice* new_device = new UsbDevice(context_, local
199 devices_[platform_devices[i]] = new_device;
200 connected_devices.insert(new_device);
  /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 87 const u8 *dev_addr, int new_device);
notify.c 417 const u8 *dev_addr, int new_device)
419 if (new_device) {
p2p_supplicant.h 80 int new_device);
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 530 * @new_device: Inform if the peer is newly found
539 int new_device);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c     [all...]

Completed in 1741 milliseconds