Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKScan.cpp284 bool CRKScan::IsRockusbDevice(ENUM_RKDEVICE_TYPE &type, USHORT vid, USHORT pid) in IsRockusbDevice() function in CRKScan
315 } else if (IsRockusbDevice(devType, (*iter).usVid, (*iter).usPid) ) { in Search()
335 …if( (IsRockusbDevice(devType, (*iter).usVid, (*iter).usPid)) && (((*iter).usbcdUsb & 0x1) == 0) ) { in Search()
354 …if( (IsRockusbDevice(devType, (*iter).usVid, (*iter).usPid)) && (((*iter).usbcdUsb & 0x1) == 1) ) { in Search()
522 if (IsRockusbDevice(devType, (*iter).usVid, (*iter).usPid)) { in Wait()
553 if (IsRockusbDevice(devType, device.usVid, device.usPid)) in Wait()
H A DRKScan.h50 bool IsRockusbDevice(ENUM_RKDEVICE_TYPE &type, USHORT vid, USHORT pid);