Searched refs:key_pressed (Results 1 – 7 of 7) sorted by relevance
84 memset(key_pressed, 0, sizeof(key_pressed)); in RecoveryUI()362 key_pressed[key_code] = updown; in ProcessKey()531 int pressed = key_pressed[key]; in IsKeyPressed()
30 int key_code, boolean key_pressed); in SendPassThroughCommand() argument
63 uint8_t key_code, bool key_pressed) { in SendPassThroughCommand() argument70 uint8_t key_state = key_pressed ? AVRC_STATE_PRESS : AVRC_STATE_RELEASE; in SendPassThroughCommand()
71 uint8_t key_code, bool key_pressed);
103 bool key_pressed, bool* _aidl_return) { in SendPassThroughCommand() argument113 key_code, key_pressed)) { in SendPassThroughCommand()
56 bool key_pressed, bool* _aidl_return) override;
242 char key_pressed[KEY_MAX + 1]; variable