Searched refs:new_device (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/device/usb/
H A Dusb_service_impl.cc144 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/
H A Ddarwin_usb.c738 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
[all...]
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c151 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/
H A Dnotify.h88 const u8 *dev_addr, int new_device);
H A Dnotify.c421 const u8 *dev_addr, int new_device)
423 if (new_device) {
420 wpas_notify_p2p_device_found(struct wpa_supplicant *wpa_s, const u8 *dev_addr, int new_device) argument
H A Dp2p_supplicant.c1709 int new_device)
1737 wpas_notify_p2p_device_found(ctx, info->p2p_device_addr, new_device);
1707 wpas_dev_found(void *ctx, const u8 *addr, const struct p2p_peer_info *info, int new_device) argument
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc689 DeviceEntry* new_device = new DeviceEntry(device_info.type, local
692 devices_.insert(new_device);
693 return new_device;
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h570 * @new_device: Inform if the peer is newly found
579 int new_device);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h570 * @new_device: Inform if the peer is newly found
579 int new_device);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h570 * @new_device: Inform if the peer is newly found
579 int new_device);

Completed in 192 milliseconds