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

/frameworks/base/services/input/
H A DInputReader.cpp410 device->addMapper(new SwitchInputMapper(device));
1801 // --- SwitchInputMapper ---
1803 SwitchInputMapper::SwitchInputMapper(InputDevice* device) : function in class:android::SwitchInputMapper
1807 SwitchInputMapper::~SwitchInputMapper() {
1810 uint32_t SwitchInputMapper::getSources() {
1814 void SwitchInputMapper::process(const RawEvent* rawEvent) {
1827 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) {
1836 void SwitchInputMapper
[all...]
H A DInputReader.h954 class SwitchInputMapper : public InputMapper { class in namespace:android
956 SwitchInputMapper(InputDevice* device);
957 virtual ~SwitchInputMapper();

Completed in 3244 milliseconds