Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h52 class InputMapper; variable
572 void addMapper(InputMapper* mapper);
630 Vector<InputMapper*> mMappers;
637 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code);
976 class InputMapper {
978 explicit InputMapper(InputDevice* device);
979 virtual ~InputMapper();
1027 class SwitchInputMapper : public InputMapper {
1047 class VibratorInputMapper : public InputMapper {
1076 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()