Searched defs:literal (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/input/
H A DInputEventLabels.h34 const char *literal; member in struct:android::InputEventLabel
383 static int lookupValueByLabel(const char* literal, const InputEventLabel *list) { argument
384 while (list->literal) {
385 if (strcmp(literal, list->literal) == 0) {
394 while (list->literal) {
396 return list->literal;
409 return KEYCODES[keyCode].literal;

Completed in 20 milliseconds