From ff54d3c011a3adefb02e616b2909f20c90065395 Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Thu, 20 May 2021 13:09:23 +0000 Subject: [PATCH] =?UTF-8?q?IssueNo=EF=BC=9A#I3S732=20Description:sync=20L2?= =?UTF-8?q?=20input=20and=20display=20to=20L1=20Feature=20or=20Bugfix:Bugf?= =?UTF-8?q?ix=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/ims/input_event_hub.cpp | 2 +- services/ims/input_event_hub.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 services/ims/input_event_hub.cpp mode change 100755 => 100644 services/ims/input_event_hub.h diff --git a/services/ims/input_event_hub.cpp b/services/ims/input_event_hub.cpp old mode 100755 new mode 100644 index f96a03c..d5af90b --- a/services/ims/input_event_hub.cpp +++ b/services/ims/input_event_hub.cpp @@ -118,7 +118,7 @@ void InputEventHub::TearDown() } } -void InputEventHub::EventCallback(const EventPackage **pkgs, uint32_t count) +void InputEventHub::EventCallback(const EventPackage **pkgs, uint32_t count, uint32_t devIndex) { if (pkgs == nullptr || readCallback_ == nullptr || count == 0) { return; diff --git a/services/ims/input_event_hub.h b/services/ims/input_event_hub.h old mode 100755 new mode 100644 index e6d612a..8f05f8c --- a/services/ims/input_event_hub.h +++ b/services/ims/input_event_hub.h @@ -61,7 +61,7 @@ public: private: static InputDevType GetDeviceType(uint32_t devIndex); - static void EventCallback(const EventPackage **pkgs, uint32_t count); + static void EventCallback(const EventPackage **pkgs, uint32_t count, uint32_t devIndex); uint8_t ScanInputDevice(); InputEventHub(); ~InputEventHub() {} -- Gitee