Home
last modified time | relevance | path

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

/external/qemu/android/
Dhw-events.c68 static const EventCodeList _codes[] = { variable
80 for (nn = 0; _codes[nn].type >= 0; nn++) { in eventList_findByType()
81 if (_codes[nn].type == type) in eventList_findByType()
82 return _codes[nn].table; in eventList_findByType()