Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKScan.h33 bool MutexWaitPrepare(UINT_VECTOR &vecExistedDevice, DWORD uiOfflineDevice);
34 …bool MutexWait(UINT_VECTOR &vecExistedDevice, STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYPE usbTyp…
H A DRKScan.cpp405 bool CRKScan::MutexWait(UINT_VECTOR &vecExistedDevice, STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYP… in MutexWait() argument
421 if ( iRet == vecExistedDevice.size() + 1 ) { in MutexWait()
422 for (i = 0; i < vecExistedDevice.size(); i++) { in MutexWait()
424 if ((*iter).uiLocationID == vecExistedDevice[i]) { in MutexWait()
463 bool CRKScan::MutexWaitPrepare(UINT_VECTOR &vecExistedDevice, DWORD uiOfflineDevice) in MutexWaitPrepare() argument
481 vecExistedDevice.clear(); in MutexWaitPrepare()
485 vecExistedDevice.push_back((*iter).uiLocationID); in MutexWaitPrepare()