Home
last modified time | relevance | path

Searched refs:getUsageSourcesForMotionArgs (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsSource_test.cpp62 getUsageSourcesForMotionArgs( in TEST_P()
121 getUsageSourcesForMotionArgs( in TEST_P()
132 getUsageSourcesForMotionArgs( in TEST_P()
145 getUsageSourcesForMotionArgs( in TEST_P()
160 getUsageSourcesForMotionArgs( in TEST_P()
172 getUsageSourcesForMotionArgs( in TEST_P()
186 getUsageSourcesForMotionArgs( in TEST_P()
199 getUsageSourcesForMotionArgs( in TEST_P()
212 getUsageSourcesForMotionArgs( in TEST_P()
225 getUsageSourcesForMotionArgs( in TEST_P()
[all …]
/frameworks/native/services/inputflinger/
DInputDeviceMetricsSource.h58 std::set<InputDeviceUsageSource> getUsageSourcesForMotionArgs(const NotifyMotionArgs&);
DInputDeviceMetricsSource.cpp53 std::set<InputDeviceUsageSource> getUsageSourcesForMotionArgs(const NotifyMotionArgs& motionArgs) { in getUsageSourcesForMotionArgs() function
DInputDeviceMetricsCollector.cpp162 [&args](const auto&) { return getUsageSourcesForMotionArgs(args); }); in notifyMotion()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4668 std::set<InputDeviceUsageSource> sources = getUsageSourcesForMotionArgs(args); in notifyMotion()