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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp786 // --- FakeInputMapper ---
788 class FakeInputMapper : public InputMapper { class in namespace:android
803 FakeInputMapper(InputDevice* device, uint32_t sources) : function in class:android::FakeInputMapper
810 virtual ~FakeInputMapper() { }
1007 FakeInputMapper* addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber,
1011 FakeInputMapper* mapper = new FakeInputMapper(device, sources);
1046 FakeInputMapper* mapper = NULL;
1073 FakeInputMapper* mapper = NULL;
1100 FakeInputMapper* mappe
[all...]

Completed in 26 milliseconds