commit | 047790a4936744ed888b24e9c689d48273bc0c55 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Tue Oct 15 14:52:12 2019 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Tue Oct 15 17:27:21 2019 -0700 |
tree | 5097e6f095c4c9c3e3eaf683814f65624bf85847 | |
parent | 97fffca6299fade340668946d659e57f39aa5e3a [diff] |
Simplify creation of NativeInputChannel We don't need to create an object just to pass it to the function. The target function can do it by itself. This change will enable opening up android_view_InputChannel_createInputChannel to the com_android.._InputManagerService, which will allow the InputManager to create InputChannel objects. Bug: 142581626 Test: presubmit Change-Id: Ide6ba9d88b209f33a0161c61cc49f4e02b8ed486