Searched defs:InputMapper (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputReader.cpp969 InputMapper* mapper = mMappers[i];
974 void InputDevice::addMapper(InputMapper* mapper) {
1008 InputMapper* mapper = mMappers[i];
1018 InputMapper* mapper = mMappers[i];
1058 InputMapper* mapper = mMappers[i];
1068 InputMapper* mapper = mMappers[i];
1076 InputMapper* mapper = mMappers[i];
1086 InputMapper* mapper = mMappers[i];
1092 return getState(sourceMask, keyCode, & InputMapper::getKeyCodeState);
1096 return getState(sourceMask, scanCode, & InputMapper
1823 InputMapper::InputMapper(InputDevice* device) : function in class:android::InputMapper
[all...]
H A DInputReader.h49 class InputMapper;
601 void addMapper(InputMapper* mapper);
658 Vector<InputMapper*> mMappers;
665 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code);
994 * InputMapper lifecycle:
1002 class InputMapper { class in namespace:android
1004 InputMapper(InputDevice* device);
1005 virtual ~InputMapper();
1052 class SwitchInputMapper : public InputMapper {
1072 class VibratorInputMapper : public InputMapper {
[all...]

Completed in 137 milliseconds