commit | 7c34b23f5cb2ae1ebcc2cc72e120d9d2d7b0d6d8 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Fri Oct 11 19:08:48 2019 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Fri Oct 11 19:11:03 2019 -0700 |
tree | 00dc1908744c7b30353967f830eadfb5ec35c94f | |
parent | 766c3ca760319bdebbda7c081c7ea9ec43e8879e [diff] [blame] |
Remove unused parameter displayId The parameter is not currently used in InputDispatcher. Test: presubmit Bug: none Change-Id: I61f9e6566e4fe77318814e56e73b7f3470fa6a04
diff --git a/services/inputflinger/dispatcher/include/InputDispatcherInterface.h b/services/inputflinger/dispatcher/include/InputDispatcherInterface.h index 9329ca6..ce7366f 100644 --- a/services/inputflinger/dispatcher/include/InputDispatcherInterface.h +++ b/services/inputflinger/dispatcher/include/InputDispatcherInterface.h
@@ -126,8 +126,7 @@ * * This method may be called on any thread (usually by the input manager). */ - virtual status_t registerInputChannel(const sp<InputChannel>& inputChannel, - int32_t displayId) = 0; + virtual status_t registerInputChannel(const sp<InputChannel>& inputChannel) = 0; /* Registers input channels to be used to monitor input events. *