From 8a478784162233c3ead9c4d70332506664c96367 Mon Sep 17 00:00:00 2001 From: viktor Date: Sat, 17 Jun 2023 09:06:40 +0800 Subject: Fix the description of InputDispatcherPolicyInterface The description of InputDispatcherPolicyInterface should be "dispatcher" instead of "reader" Test: make libinputdispatcher Change-Id: I768174ec97f14c6e9be2ae5571c4ba7144fc56d8 Signed-off-by: viktor --- .../inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h b/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h index 575b3d7059..fff1b03339 100644 --- a/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h +++ b/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h @@ -26,11 +26,10 @@ namespace android { - /* * Input dispatcher policy interface. * - * The input reader policy is used by the input reader to interact with the Window Manager + * The input dispatcher policy is used by the input dispatcher to interact with the Window Manager * and other system components. * * The actual implementation is partially supported by callbacks into the DVM -- cgit v1.2.3-59-g8ed1b