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

/frameworks/base/services/input/
H A DInputReader.cpp402 device->addMapper(new SwitchInputMapper(device));
1728 // --- SwitchInputMapper ---
1730 SwitchInputMapper::SwitchInputMapper(InputDevice* device) : function in class:android::SwitchInputMapper
1734 SwitchInputMapper::~SwitchInputMapper() {
1737 uint32_t SwitchInputMapper::getSources() {
1741 void SwitchInputMapper::process(const RawEvent* rawEvent) {
1749 void SwitchInputMapper::processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue) {
1754 int32_t SwitchInputMapper
[all...]
H A DInputReader.h855 class SwitchInputMapper : public InputMapper { class in namespace:android
857 SwitchInputMapper(InputDevice* device);
858 virtual ~SwitchInputMapper();

Completed in 72 milliseconds