HomeSort by relevance Sort by last modified time
    Searched refs:BTN_CODE (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
hw-events.h 393 BTN_CODE(MISC,0x100) \
394 BTN_CODE(0,0x100) \
395 BTN_CODE(1,0x101) \
396 BTN_CODE(2,0x102) \
397 BTN_CODE(3,0x103) \
398 BTN_CODE(4,0x104) \
399 BTN_CODE(5,0x105) \
400 BTN_CODE(6,0x106) \
401 BTN_CODE(7,0x107) \
402 BTN_CODE(8,0x108)
    [all...]
hw-events.c 24 #define BTN_CODE(n,v) { "BTN_" STRINGIFY(n), (v) },
55 #undef BTN_CODE

Completed in 21 milliseconds