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

/frameworks/native/services/inputflinger/
H A DInputReader.h1052 class SwitchInputMapper : public InputMapper { class in namespace:android
1054 SwitchInputMapper(InputDevice* device);
1055 virtual ~SwitchInputMapper();
H A DInputReader.cpp450 device->addMapper(new SwitchInputMapper(device));
1910 // --- SwitchInputMapper ---
1912 SwitchInputMapper::SwitchInputMapper(InputDevice* device) : function in class:android::SwitchInputMapper
1916 SwitchInputMapper::~SwitchInputMapper() {
1919 uint32_t SwitchInputMapper::getSources() {
1923 void SwitchInputMapper::process(const RawEvent* rawEvent) {
1936 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) {
1947 void SwitchInputMapper
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1498 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice);
1505 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice);
1516 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice);

Completed in 1015 milliseconds