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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp772 // --- FakeInputMapper ---
774 class FakeInputMapper : public InputMapper { class in namespace:android
789 FakeInputMapper(InputDevice* device, uint32_t sources) : function in class:android::FakeInputMapper
796 virtual ~FakeInputMapper() { }
991 FakeInputMapper* addDeviceWithFakeInputMapper(int32_t deviceId,
995 FakeInputMapper* mapper = new FakeInputMapper(device, sources);
1030 FakeInputMapper* mapper = NULL;
1057 FakeInputMapper* mapper = NULL;
1084 FakeInputMapper* mappe
[all...]

Completed in 178 milliseconds