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

  /frameworks/native/include/input/
Keyboard.h 88 extern int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState);
  /frameworks/native/libs/input/
Keyboard.cpp 205 int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState) {
KeyCharacterMap.cpp 523 *currentMetaState = updateMetaState(keyCode, down, *currentMetaState);
553 *currentMetaState = updateMetaState(keyCode, true, *currentMetaState);
555 *currentMetaState = updateMetaState(keyCode, false, *currentMetaState);
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]

Completed in 82 milliseconds