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

/external/autotest/client/cros/input_playback/
H A Dinput_playback.py135 new_device = Device(input_type)
136 new_device.emulated = True
153 new_device.emulation_process = subprocess.Popen(
161 new_device.name = name_line[3:-1]
163 self._emulated_device = new_device
380 new_device = Device(input_type)
381 new_device.node = event
395 new_device.emulated = True
397 new_device.emulation_process = process
398 new_device
[all...]
/external/autotest/client/common_lib/cros/fake_device_server/
H A Ddevices_unittest.py44 new_device = self.devices.create_device(None, good_device_config)
45 self.assertTrue('id' in new_device)
46 device_id = new_device['id']
83 self.commands.new_device(12345)
H A Ddevices.py91 new_device = self.resource.update_data_val(None, api_key,
93 self.commands_instance.new_device(new_device['id'])
94 return new_device
183 new_device = self.resource.update_data_val(device_id, api_key,
H A Dcommands_unittest.py53 self.commands.new_device(DEVICE_ID)
79 self.commands.new_device(DEVICE_ID)
98 self.commands.new_device(DEVICE_ID)
H A Dcommands.py46 def new_device(self, device_id): member in class:Commands
/external/libusb/libusb/os/
H A Ddarwin_usb.c871 struct darwin_cached_device *new_device; local
898 list_for_each_entry(new_device, &darwin_cached_devices, list, struct darwin_cached_device) {
899 usbi_dbg("matching sessionID 0x%" PRIx64 " against cached device with sessionID 0x%" PRIx64, sessionID, new_device->session);
900 if (new_device->session == sessionID) {
902 *cached_out = new_device;
918 new_device = calloc (1, sizeof (*new_device));
919 if (!new_device) {
925 list_add(&new_device->list, &darwin_cached_devices);
927 (*device)->GetDeviceAddress (device, (USBDeviceAddress *)&new_device
[all...]
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c152 char *ptr,new_device [80]; local
154 ptr=parse_word (command_line,new_device);
159 parse_word (ptr,new_device);
160 check_mounted (new_device);
175 if ( (device_handle=fopen (new_device,"rb"))==NULL) {
176 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win ();
180 strcpy (device_name,new_device);
/external/chromium-trace/catapult/devil/devil/utils/
H A Dfind_usb_devices.py284 new_device = USBDeviceNode(bus_num=bus_num,
292 port_num, new_device)
294 tree[bus_num].AddChild(port_num, new_device)
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dfind_usb_devices.py284 new_device = USBDeviceNode(bus_num=bus_num,
292 port_num, new_device)
294 tree[bus_num].AddChild(port_num, new_device)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.h95 int new_device);
H A Dnotify.c612 int new_device)
614 if (new_device) {
609 wpas_notify_p2p_device_found(struct wpa_supplicant *wpa_s, const u8 *addr, const struct p2p_peer_info *info, const u8* peer_wfd_device_info, u8 peer_wfd_device_info_len, int new_device) argument
H A Dp2p_supplicant.c2296 int new_device)
2374 new_device);
2381 wfd_dev_info_len, new_device);
2294 wpas_dev_found(void *ctx, const u8 *addr, const struct p2p_peer_info *info, int new_device) argument
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h739 * @new_device: Inform if the peer is newly found
748 int new_device);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h739 * @new_device: Inform if the peer is newly found
748 int new_device);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h739 * @new_device: Inform if the peer is newly found
748 int new_device);

Completed in 360 milliseconds