Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKScan.cpp204 int CRKScan::FindWaitSetPos(const RKDEVICE_CONFIG_SET &waitDeviceSet, USHORT vid, USHORT pid) in FindWaitSetPos() argument
208 for ( i = 0; i < waitDeviceSet.size(); i++ ) { in FindWaitSetPos()
209 if ( (vid == waitDeviceSet[i].usVid) && (pid == waitDeviceSet[i].usPid) ) { in FindWaitSetPos()
H A DRKScan.h47 int FindWaitSetPos(const RKDEVICE_CONFIG_SET &waitDeviceSet, USHORT vid, USHORT pid);