HomeSort by relevance Sort by last modified time
    Searched refs:getAxisByLabel (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/input/
Keyboard.h 100 extern int32_t getAxisByLabel(const char* label);
  /frameworks/native/libs/input/
KeyLayoutMap.cpp 290 axisInfo.axis = getAxisByLabel(axisToken.string());
310 axisInfo.axis = getAxisByLabel(lowAxisToken.string());
319 axisInfo.highAxis = getAxisByLabel(highAxisToken.string());
326 axisInfo.axis = getAxisByLabel(token.string());
Keyboard.cpp 198 int32_t getAxisByLabel(const char* label) {

Completed in 25 milliseconds