Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp663 auto scanCount = (arrLen >= inputDevList_.size() ? inputDevList_.size() : arrLen); in ScanDevice() local
669 for (size_t i = 0; i <= scanCount; i++) { in ScanDevice()
765 auto scanCount = (size >= inputDevList_.size() ? inputDevList_.size() : size); in GetDeviceList() local
772 … *deviceList = reinterpret_cast<InputDeviceInfo *>(OsalMemAlloc(inputDeviceInfoSize * scanCount)); in GetDeviceList()
777 for (size_t i = 0; i < scanCount; i++) { in GetDeviceList()