Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInputEventLabels.h54 static int32_t getLedByLabel(const char* label);
/aosp12/frameworks/native/libs/input/
H A DInputEventLabels.cpp447 int32_t InputEventLookup::getLedByLabel(const char* label) { in getLedByLabel() function in android::InputEventLookup
H A DKeyLayoutMap.cpp497 int32_t ledCode = InputEventLookup::getLedByLabel(ledCodeToken.string()); in parseLed()