Home
last modified time | relevance | path

Searched refs:pressed (Results 1 – 2 of 2) sorted by relevance

/system/ulib/hid/
A Dhid.c26 void hid_kbd_pressed_keys(const hid_keys_t* prev, const hid_keys_t* cur, hid_keys_t* pressed) { in hid_kbd_pressed_keys() argument
27 memset(pressed, 0, sizeof(hid_keys_t)); in hid_kbd_pressed_keys()
29 pressed->keymask[i] = (prev->keymask[i] ^ cur->keymask[i]) & cur->keymask[i]; in hid_kbd_pressed_keys()
/system/ulib/hid/include/hid/
A Dhid.h27 void hid_kbd_pressed_keys(const hid_keys_t* prev, const hid_keys_t* cur, hid_keys_t* pressed);

Completed in 7 milliseconds