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

  /external/libusb/examples/
fxload.c 84 fx_known_device known_device[] = FX_KNOWN_DEVICES; local
203 for (j=0; j<ARRAYSIZE(known_device); j++) {
204 if ((desc.idVendor == known_device[j].vid)
205 && (desc.idProduct == known_device[j].pid)) {
213 ((type != NULL) && (device_id == NULL) && (device_path == NULL) && (fx_type == known_device[j].type)) ) {
214 fx_type = known_device[j].type;
223 if (j < ARRAYSIZE(known_device)) {
226 known_device[j].designation, vid, pid, busnum, devaddr);
  /system/core/adb/client/
usb_windows.cpp 85 int known_device(const wchar_t* dev_name);
146 int known_device(const wchar_t* dev_name) { function
596 if (!known_device(next_interface->device_name)) {

Completed in 78 milliseconds