Searched refs:KeyboardInputMapper (Results 1 – 5 of 5) sorted by relevance
92 KeyboardInputMapper::KeyboardInputMapper(InputDeviceContext& deviceContext, uint32_t source, in KeyboardInputMapper() function in android::KeyboardInputMapper96 KeyboardInputMapper::~KeyboardInputMapper() {} in ~KeyboardInputMapper()98 uint32_t KeyboardInputMapper::getSources() { in getSources()102 int32_t KeyboardInputMapper::getOrientation() { in getOrientation()109 int32_t KeyboardInputMapper::getDisplayId() { in getDisplayId()123 void KeyboardInputMapper::dump(std::string& dump) { in dump()173 void KeyboardInputMapper::configureParameters() { in configureParameters()198 void KeyboardInputMapper::reset(nsecs_t when) { in reset()242 bool KeyboardInputMapper::isMediaKey(int32_t keyCode) { in isMediaKey()383 int32_t KeyboardInputMapper::getMetaState() { in getMetaState()[all …]
24 class KeyboardInputMapper : public InputMapper {26 KeyboardInputMapper(InputDeviceContext& deviceContext, uint32_t source, int32_t keyboardType);27 virtual ~KeyboardInputMapper();
48 "mapper/KeyboardInputMapper.cpp",
196 std::make_unique<KeyboardInputMapper>(*contextPtr, keyboardSource, keyboardType)); in addEventHubDevice()
3113 KeyboardInputMapper& mapper = in TEST_F()3129 KeyboardInputMapper& mapper = in TEST_F()3232 KeyboardInputMapper& mapper = in TEST_F()3255 KeyboardInputMapper& mapper = in TEST_F()3297 KeyboardInputMapper& mapper = in TEST_F()3319 KeyboardInputMapper& mapper = in TEST_F()3391 KeyboardInputMapper& mapper = in TEST_F()3417 KeyboardInputMapper& mapper = in TEST_F()3445 KeyboardInputMapper& mapper = in TEST_F()3457 KeyboardInputMapper& mapper = in TEST_F()[all …]