Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKScan.cpp405 …_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 DRKScan.h32 …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…