summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/api.cpp
diff options
context:
space:
mode:
author Siarhei Vishniakou <svv@google.com> 2020-11-10 15:42:39 -0600
committer Siarhei Vishniakou <svv@google.com> 2021-01-06 11:48:14 -1000
commitcec3f6a94b1cd510d6c2f7ef9935db95fa115297 (patch)
treee294979c2e161ec2afecc95336fd53298840b6d0 /vulkan/libvulkan/api.cpp
parentae9bf1e192f93b5ad259f7c13c5b72264d9c57a2 (diff)
Send mapper events via context
Currently, mappers report input events directly to InputListener (InputClassifier, formerly InputDispatcher). To do this, mappers have to pull a lot of information from context first, and then report it to the listener. If we move this call into context, then mappers don't even need to know about the existence of Notify*Args. This will also allow us to consolidate places where event id is generated. This, in turn, will help us report the input event statistics from a more centralized place, where we already know event id, and also know the read time of the event. Bug: 169866723 Test: atest inputflinger_tests Change-Id: I30e7b1418d006d3146ee02b775f524faa28b65ae
Diffstat (limited to 'vulkan/libvulkan/api.cpp')
0 files changed, 0 insertions, 0 deletions