Searched refs:usbType (Results 1 – 2 of 2) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKScan.cpp | 405 …_VECTOR &vecExistedDevice, STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYPE usbType, USHORT usVid, US… in MutexWait() argument 412 if (usbType == RKUSB_MSC) in MutexWait() 459 bFound = Wait(device, usbType, usVid, usPid); in MutexWait() 496 bool CRKScan::Wait(STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYPE usbType, USHORT usVid, USHORT usPi… in Wait() argument 506 if (usbType == RKUSB_MSC) in Wait() 532 if ( curDeviceType == usbType ) { in Wait() 546 device.emUsbType = usbType; in Wait() 550 if (usbType == RKUSB_MSC) { in Wait()
|
| H A D | RKScan.h | 32 …bool Wait(STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYPE usbType, USHORT usVid = 0, USHORT usPid = … 34 …_VECTOR &vecExistedDevice, STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYPE usbType, USHORT usVid = 0…
|