Searched refs:getUsageSourceForKeyArgs (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputDeviceMetricsSource_test.cpp | 56 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/ |
D | InputDeviceMetricsSource.h | 55 InputDeviceUsageSource getUsageSourceForKeyArgs(int32_t keyboardType, const NotifyKeyArgs&);
|
D | InputDeviceMetricsSource.cpp | 30 InputDeviceUsageSource getUsageSourceForKeyArgs(int32_t keyboardType, in getUsageSourceForKeyArgs() function
|
D | InputDeviceMetricsCollector.cpp | 150 return std::set{getUsageSourceForKeyArgs(info.keyboardType, args)}; in notifyKey()
|