Searched refs:InputMapper (Results 1 - 3 of 3) 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...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp788 class FakeInputMapper : public InputMapper {
804 InputMapper(device),
863 InputMapper::populateDeviceInfo(deviceInfo);
1420 void addMapperAndConfigure(InputMapper* mapper) {
1433 static void process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type,

Completed in 38 milliseconds