Searched refs:evt_types (Results 1 – 4 of 4) sorted by relevance
25 static const std::vector<const uint32_t> evt_types{EV_KEY}; in GetEventTypes() local26 return evt_types; in GetEventTypes()
22 static const std::vector<const uint32_t> evt_types{EV_ABS, EV_KEY}; in GetEventTypes() local23 return evt_types; in GetEventTypes()
127 static const std::vector<const uint32_t> evt_types{}; in GetEventTypes() local128 return evt_types; in GetEventTypes()