Home
last modified time | relevance | path

Searched refs:InputMapper (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.cpp1106 InputMapper* mapper = mMappers[i]; in dump()
1111 void InputDevice::addMapper(InputMapper* mapper) { in addMapper()
1151 InputMapper* mapper = mMappers[i]; in configure()
1161 InputMapper* mapper = mMappers[i]; in reset()
1201 InputMapper* mapper = mMappers[i]; in process()
1211 InputMapper* mapper = mMappers[i]; in timeoutExpired()
1219 InputMapper* mapper = mMappers[i]; in updateExternalStylusState()
1229 InputMapper* mapper = mMappers[i]; in getDeviceInfo()
1235 return getState(sourceMask, keyCode, & InputMapper::getKeyCodeState); in getKeyCodeState()
1239 return getState(sourceMask, scanCode, & InputMapper::getScanCodeState); in getScanCodeState()
[all …]
DInputReader.h53 class InputMapper; variable
573 void addMapper(InputMapper* mapper);
631 Vector<InputMapper*> mMappers;
638 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code);
975 class InputMapper {
977 explicit InputMapper(InputDevice* device);
978 virtual ~InputMapper();
1026 class SwitchInputMapper : public InputMapper {
1046 class VibratorInputMapper : public InputMapper {
1075 class KeyboardInputMapper : public InputMapper {
[all …]
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp899 class FakeInputMapper : public InputMapper {
915 InputMapper(device), in FakeInputMapper()
974 InputMapper::populateDeviceInfo(deviceInfo); in populateDeviceInfo()
1592 void addMapperAndConfigure(InputMapper* mapper) { in addMapperAndConfigure()
1610 static void process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, in process()