Description:reviewbot amend

Match-id-93bf6599eace7b34dd5ca7f2ef538df320e22404
This commit is contained in:
xxxx
2022-11-17 21:35:30 +08:00
parent 75676380a9
commit 84a72c9182
62 changed files with 389 additions and 408 deletions
@@ -187,7 +187,7 @@ void DistributedInputHandler::StartInputMonitorDeviceThread(const std::string de
return;
}
while (isCollectingEvents_) {
size_t count = inputHub_->StartCollectInputHandler(mEventBuffer, INPUT_DEVICE_BUFFER_SIZE);
size_t count = inputHub_->StartCollectInputHandler(mEventBuffer, inputDeviceBufferSize);
if (count > 0) {
DHLOGI("Count: %zu", count);
for (size_t iCnt = 0; iCnt < count; iCnt++) {