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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp897 // --- FakeInputMapper ---
899 class FakeInputMapper : public InputMapper { class in inherits:InputMapper
914 FakeInputMapper(InputDevice* device, uint32_t sources) : function in class:FakeInputMapper
921 virtual ~FakeInputMapper() { }
1131 FakeInputMapper* addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber,
1135 FakeInputMapper* mapper = new FakeInputMapper(device, sources);
1174 FakeInputMapper* mapper = new FakeInputMapper(device, AINPUT_SOURCE_KEYBOARD);
1210 FakeInputMapper* mappe
[all...]

Completed in 80 milliseconds