Searched refs:vecExistedDevice (Results 1 – 2 of 2) sorted by relevance
33 bool MutexWaitPrepare(UINT_VECTOR &vecExistedDevice, DWORD uiOfflineDevice);34 …bool MutexWait(UINT_VECTOR &vecExistedDevice, STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYPE usbTyp…
405 bool CRKScan::MutexWait(UINT_VECTOR &vecExistedDevice, STRUCT_RKDEVICE_DESC &device, ENUM_RKUSB_TYP… in MutexWait() argument421 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() argument481 vecExistedDevice.clear(); in MutexWaitPrepare()485 vecExistedDevice.push_back((*iter).uiLocationID); in MutexWaitPrepare()