Home
last modified time | relevance | path

Searched refs:targetDeviceCount (Results 1 – 1 of 1) sorted by relevance

/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.c123 int targetDeviceCount=0, searchMode; variable
529 search_devices(&targetDeviceCount, TargetVendor, TargetProductList, TargetClass, 0, in main()
532 if (targetDeviceCount) { in main()
533 SHOW_PROGRESS(output," Found devices in target mode or class (%d)\n", targetDeviceCount); in main()
1594 if (dev && (newTargetCount > targetDeviceCount)) { in checkSuccess()