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

/frameworks/base/services/input/
H A DInputReader.cpp892 InputMapper* mapper = mMappers[i];
897 void InputDevice::addMapper(InputMapper* mapper) {
931 InputMapper* mapper = mMappers[i];
941 InputMapper* mapper = mMappers[i];
981 InputMapper* mapper = mMappers[i];
991 InputMapper* mapper = mMappers[i];
1001 InputMapper* mapper = mMappers[i];
1007 return getState(sourceMask, keyCode, & InputMapper::getKeyCodeState);
1011 return getState(sourceMask, scanCode, & InputMapper::getScanCodeState);
1015 return getState(sourceMask, switchCode, & InputMapper
1727 InputMapper::InputMapper(InputDevice* device) : function in class:android::InputMapper
[all...]
H A DInputReader.h48 class InputMapper;
527 void addMapper(InputMapper* mapper);
581 Vector<InputMapper*> mMappers;
587 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code);
900 * InputMapper lifecycle:
908 class InputMapper { class in namespace:android
910 InputMapper(InputDevice* device);
911 virtual ~InputMapper();
954 class SwitchInputMapper : public InputMapper {
973 class VibratorInputMapper : public InputMapper {
[all...]

Completed in 912 milliseconds