Home
last modified time | relevance | path

Searched refs:getUsageSourceForKeyArgs (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsSource_test.cpp56 getUsageSourceForKeyArgs(AINPUT_KEYBOARD_TYPE_NONE, in TEST_P()
73 getUsageSourceForKeyArgs(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, in TEST_P()
82 getUsageSourceForKeyArgs(AINPUT_KEYBOARD_TYPE_ALPHABETIC, in TEST_P()
90 getUsageSourceForKeyArgs(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, in TEST_P()
96 getUsageSourceForKeyArgs(AINPUT_KEYBOARD_TYPE_ALPHABETIC, in TEST_P()
105 getUsageSourceForKeyArgs(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, in TEST_P()
111 getUsageSourceForKeyArgs(AINPUT_KEYBOARD_TYPE_ALPHABETIC, in TEST_P()
/frameworks/native/services/inputflinger/
DInputDeviceMetricsSource.h55 InputDeviceUsageSource getUsageSourceForKeyArgs(int32_t keyboardType, const NotifyKeyArgs&);
DInputDeviceMetricsSource.cpp30 InputDeviceUsageSource getUsageSourceForKeyArgs(int32_t keyboardType, in getUsageSourceForKeyArgs() function
DInputDeviceMetricsCollector.cpp150 return std::set{getUsageSourceForKeyArgs(info.keyboardType, args)}; in notifyKey()