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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp822 // --- FakeInputMapper ---
824 class FakeInputMapper : public InputMapper { class in namespace:android
839 FakeInputMapper(InputDevice* device, uint32_t sources) : function in class:android::FakeInputMapper
846 virtual ~FakeInputMapper() { }
1042 FakeInputMapper* addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber,
1046 FakeInputMapper* mapper = new FakeInputMapper(device, sources);
1081 FakeInputMapper* mapper = NULL;
1108 FakeInputMapper* mapper = NULL;
1135 FakeInputMapper* mappe
[all...]

Completed in 399 milliseconds