Home
last modified time | relevance | path

Searched refs:arrLen (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h62 * @param arrLen Indicates the length of the array.
68 int32_t (*ScanInputDevice)(InputDevDesc *staArr, uint32_t arrLen);
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp33 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() argument
39 return gInputDeviceManager_->ScanDevice(staArr, arrLen); in ScanInputDevice()
H A Dinput_device_manager.cpp572 RetStatus InputDeviceManager::ScanDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanDevice() argument
579 auto scanCount = (arrLen >= inputDevList_.size() ? inputDevList_.size() : arrLen); in ScanDevice()
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h91 RetStatus ScanDevice(InputDevDesc *staArr, uint32_t arrLen);
/drivers/peripheral/input/hal/src/
H A Dinput_manager.c225 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() argument
260 while (count < arrLen) { in ScanInputDevice()

Completed in 6 milliseconds