Searched refs:code (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/minui/ |
D | events.cpp | 195 for (int code = 0; code <= KEY_MAX; code++) { in ev_sync_key_state() local 196 if (test_bit(code, key_bits)) { in ev_sync_key_state() 197 set_key_cb(code, 1, data); in ev_sync_key_state()
|
D | minui.h | 65 typedef int (*ev_set_key_callback)(int code, int value, void* data);
|
/bootable/recovery/ |
D | wear_touch.cpp | 67 if (event->code == ABS_MT_SLOT) in process() 75 switch (event->code) { in process() 92 if (event->code == SYN_REPORT) { in process()
|
D | ui.cpp | 100 if (ev.code == REL_Y) { in OnInputEvent() 120 if (ev.type == EV_KEY && ev.code <= KEY_MAX) { in OnInputEvent() 121 ProcessKey(ev.code, ev.value); in OnInputEvent()
|
D | NOTICE | 40 including but not limited to software source code, documentation 45 not limited to compiled object code, generated documentation, 69 communication on electronic mailing lists, source code control systems,
|
/bootable/recovery/fonts/ |
D | README | 5 https://code.google.com/p/googlefontdirectory/source/browse/ofl/inconsolata/
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 589 int code; in main() local 590 if (android::base::ReadFully(socket_fd.get(), &code, 4)) { in main() 591 ALOGI(" received %d, exiting now", code); in main()
|
/bootable/recovery/applypatch/ |
D | NOTICE | 25 1. Redistributions of source code must retain the above copyright
|