Home | History | Annotate | Download | only in ui

Lines Matching refs:SwitchInputMapper

317         device->addMapper(new SwitchInputMapper(device));
799 // --- SwitchInputMapper ---
801 SwitchInputMapper::SwitchInputMapper(InputDevice* device) :
805 SwitchInputMapper::~SwitchInputMapper() {
808 uint32_t SwitchInputMapper::getSources() {
812 void SwitchInputMapper::process(const RawEvent* rawEvent) {
820 void SwitchInputMapper::processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue) {
824 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) {