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

  /tools/tradefederation/core/src/com/android/tradefed/device/
WaitDeviceRecovery.java 211 IDevice newdevice = monitor.waitForDeviceOnline(mOnlineWaitTime); local
212 if (newdevice == null) {
  /external/libmtp/src/
libopenusb1-glue.c 146 * @param newdevice the new device to add.
151 openusb_dev_handle_t *newdevice,
161 new_list_entry->device = *newdevice;
    [all...]
libusb-glue.c 173 * @param newdevice the new device to add.
178 struct usb_device *newdevice,
188 new_list_entry->libusb_device = newdevice;
    [all...]
libusb1-glue.c 170 * @param newdevice the new device to add.
175 libusb_device *newdevice,
185 new_list_entry->device = newdevice;
    [all...]

Completed in 114 milliseconds