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
326 static const InputEventLabel AXES[] = {
375 static const InputEventLabel LEDS[] = {
396 static const InputEventLabel FLAGS[] = {
404 static int lookupValueByLabel(const char* literal, const InputEventLabel *list) { in lookupValueByLabel()
414 static const char* lookupLabelByValue(int value, const InputEventLabel* list) { in lookupLabelByValue()