Searched refs:evt_type (Results 1 – 1 of 1) sorted by relevance
64 for (uint32_t evt_type : list) { in CreateKey() local65 if (!DoIoctl(fd_, uiSet, evt_type)) { in CreateKey()72 std::map<int32_t, std::vector<uint32_t>> evt_type; in CreateKey() local73 evt_type[UI_SET_EVBIT] = inputDevice.eventTypes; in CreateKey()74 evt_type[UI_SET_KEYBIT] = inputDevice.eventKeys; in CreateKey()76 evt_type[UI_SET_ABSBIT] = inputDevice.absTypes; in CreateKey()77 evt_type[UI_SET_RELBIT] = inputDevice.relTypes; in CreateKey()80 evt_type[UI_SET_LEDBIT] = inputDevice.leds; in CreateKey()81 evt_type[UI_SET_SWBIT] = inputDevice.switchs; in CreateKey()82 evt_type[UI_SET_FFBIT] = inputDevice.repeats; in CreateKey()[all …]