Searched defs:InputMapper (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp905 InputMapper* mapper = mMappers[i];
910 void InputDevice::addMapper(InputMapper* mapper) {
944 InputMapper* mapper = mMappers[i];
954 InputMapper* mapper = mMappers[i];
994 InputMapper* mapper = mMappers[i];
1004 InputMapper* mapper = mMappers[i];
1015 InputMapper* mapper = mMappers[i];
1021 return getState(sourceMask, keyCode, & InputMapper::getKeyCodeState);
1025 return getState(sourceMask, scanCode, & InputMapper::getScanCodeState);
1029 return getState(sourceMask, switchCode, & InputMapper
1741 InputMapper::InputMapper(InputDevice* device) : function in class:android::InputMapper
[all...]
H A DInputReader.h49 class InputMapper;
561 void addMapper(InputMapper* mapper);
616 Vector<InputMapper*> mMappers;
622 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code);
939 * InputMapper lifecycle:
947 class InputMapper { class in namespace:android
949 InputMapper(InputDevice* device);
950 virtual ~InputMapper();
993 class SwitchInputMapper : public InputMapper {
1013 class VibratorInputMapper : public InputMapper {
[all...]

Completed in 12 milliseconds