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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp795 // --- FakeInputMapper ---
797 class FakeInputMapper : public InputMapper { class in namespace:android
812 FakeInputMapper(InputDevice* device, uint32_t sources) : function in class:android::FakeInputMapper
819 virtual ~FakeInputMapper() { }
1015 FakeInputMapper* addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber,
1019 FakeInputMapper* mapper = new FakeInputMapper(device, sources);
1054 FakeInputMapper* mapper = NULL;
1081 FakeInputMapper* mapper = NULL;
1108 FakeInputMapper* mappe
[all...]

Completed in 9 milliseconds