Searched refs:key_down (Results 1 – 5 of 5) sorted by relevance
28 self.ec.key_down('<ctrl_l>')29 self.ec.key_down('<alt_l>')30 self.ec.key_down('<f2>')
140 def key_down(self, keyname): member in ChromeEC
2759 bool key_down = false; in KeyPressed() local2766 key_down |= (keyState && !prev_key_state_[key_index]); in KeyPressed()2770 return key_down; in KeyPressed()
3725 int key_down = 0; in KeyPressed() local3728 key_down |= res & 0x1; // Get the LSB in KeyPressed()3730 return (key_down > 0); in KeyPressed()
5097 int key_down = 0; in KeyPressed() local5100 key_down |= res & 0x1; // Get the LSB in KeyPressed()5102 return (key_down > 0); in KeyPressed()