Home
last modified time | relevance | path

Searched refs:list (Results 1 – 3 of 3) sorted by relevance

/rkdeveloptool/
H A DRKScan.h48 void EnumerateUsbDevice(RKDEVICE_DESC_SET &list, UINT &uiTotalMatchDevices);
49 void FreeDeviceList(RKDEVICE_DESC_SET &list);
H A DRKScan.cpp228 void CRKScan::EnumerateUsbDevice(RKDEVICE_DESC_SET &list, UINT &uiTotalMatchDevices) in EnumerateUsbDevice() argument
265 list.push_back(desc); in EnumerateUsbDevice()
273 void CRKScan::FreeDeviceList(RKDEVICE_DESC_SET &list) in FreeDeviceList() argument
276 for (iter = list.begin(); iter != list.end(); iter++) { in FreeDeviceList()
282 list.clear(); in FreeDeviceList()
H A DDefineHeader.h209 typedef list<STRUCT_RKDEVICE_DESC> RKDEVICE_DESC_SET;