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
331 static const InputEventLabel AXES[] = {
380 static const InputEventLabel LEDS[] = {
401 static const InputEventLabel FLAGS[] = {
409 static int lookupValueByLabel(const char* literal, const InputEventLabel *list) { in lookupValueByLabel()
419 static const char* lookupLabelByValue(int value, const InputEventLabel* list) { in lookupLabelByValue()