Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp92 KeyboardInputMapper::KeyboardInputMapper(InputDeviceContext& deviceContext, uint32_t source, in KeyboardInputMapper() function in android::KeyboardInputMapper
96 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 …]
H A DKeyboardInputMapper.h24 class KeyboardInputMapper : public InputMapper {
26 KeyboardInputMapper(InputDeviceContext& deviceContext, uint32_t source, int32_t keyboardType);
27 virtual ~KeyboardInputMapper();
/aosp12/frameworks/native/services/inputflinger/reader/
H A DAndroid.bp48 "mapper/KeyboardInputMapper.cpp",
H A DInputDevice.cpp196 std::make_unique<KeyboardInputMapper>(*contextPtr, keyboardSource, keyboardType)); in addEventHubDevice()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3113 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 …]