Searched refs:scanCount (Results 1 – 1 of 1) sorted by relevance
663 auto scanCount = (arrLen >= inputDevList_.size() ? inputDevList_.size() : arrLen); in ScanDevice() local669 for (size_t i = 0; i <= scanCount; i++) { in ScanDevice()765 auto scanCount = (size >= inputDevList_.size() ? inputDevList_.size() : size); in GetDeviceList() local772 … *deviceList = reinterpret_cast<InputDeviceInfo *>(OsalMemAlloc(inputDeviceInfoSize * scanCount)); in GetDeviceList()777 for (size_t i = 0; i < scanCount; i++) { in GetDeviceList()