Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKScan.h12 typedef vector<STRUCT_DEVICE_CONFIG> RKDEVICE_CONFIG_SET; typedef
44 RKDEVICE_CONFIG_SET m_deviceConfigSet;
45 RKDEVICE_CONFIG_SET m_deviceMscConfigSet;
46 int FindConfigSetPos(RKDEVICE_CONFIG_SET &devConfigSet, USHORT vid, USHORT pid);
47 int FindWaitSetPos(const RKDEVICE_CONFIG_SET &waitDeviceSet, USHORT vid, USHORT pid);
H A DRKScan.cpp204 int CRKScan::FindWaitSetPos(const RKDEVICE_CONFIG_SET &waitDeviceSet, USHORT vid, USHORT pid) in FindWaitSetPos()
216 int CRKScan::FindConfigSetPos(RKDEVICE_CONFIG_SET &devConfigSet, USHORT vid, USHORT pid) in FindConfigSetPos()