Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputEventLabels.h33 struct InputEventLabel { struct
39 static const InputEventLabel KEYCODES[] = { argument
332 static const InputEventLabel AXES[] = {
381 static const InputEventLabel LEDS[] = {
402 static const InputEventLabel FLAGS[] = {
410 static int lookupValueByLabel(const char* literal, const InputEventLabel *list) { in lookupValueByLabel()
420 static const char* lookupLabelByValue(int value, const InputEventLabel* list) { in lookupLabelByValue()