Searched defs:new_device (Results 1 - 5 of 5) sorted by relevance

/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/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/wpa_supplicant/
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/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...]

Completed in 222 milliseconds