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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp989 InputMapper* mapper = mMappers[i];
994 void InputDevice::addMapper(InputMapper* mapper) {
1028 InputMapper* mapper = mMappers[i];
1038 InputMapper* mapper = mMappers[i];
1078 InputMapper* mapper = mMappers[i];
1088 InputMapper* mapper = mMappers[i];
1096 InputMapper* mapper = mMappers[i];
1106 InputMapper* mapper = mMappers[i];
1112 return getState(sourceMask, keyCode, & InputMapper::getKeyCodeState);
1116 return getState(sourceMask, scanCode, & InputMapper
1850 InputMapper::InputMapper(InputDevice* device) : function in class:android::InputMapper
[all...]
H A DInputReader.h49 class InputMapper;
606 void addMapper(InputMapper* mapper);
664 Vector<InputMapper*> mMappers;
671 typedef int32_t (InputMapper::*GetStateFunc)(uint32_t sourceMask, int32_t code);
1000 * InputMapper lifecycle:
1008 class InputMapper { class in namespace:android
1010 InputMapper(InputDevice* device);
1011 virtual ~InputMapper();
1059 class SwitchInputMapper : public InputMapper {
1079 class VibratorInputMapper : public InputMapper {
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp797 class FakeInputMapper : public InputMapper {
813 InputMapper(device),
872 InputMapper::populateDeviceInfo(deviceInfo);
1428 void addMapperAndConfigure(InputMapper* mapper) {
1441 static void process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type,

Completed in 91 milliseconds