Home
last modified time | relevance | path

Searched refs:currentMetaState (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp387 int32_t currentMetaState = 0; in getEvents() local
571 int32_t* currentMetaState) { in addMetaKeys() argument
588 AMETA_ALT_ON, currentMetaState); in addMetaKeys()
592 AMETA_CTRL_ON, currentMetaState); in addMetaKeys()
619 AMETA_ALT_ON, currentMetaState); in addMetaKeys()
637 int32_t* currentMetaState) { in addSingleEphemeralMetaKey() argument
639 *currentMetaState = updateMetaState(keyCode, down, *currentMetaState); in addSingleEphemeralMetaKey()
651 int32_t* currentMetaState) { in addDoubleEphemeralMetaKey() argument
667 int32_t* currentMetaState) { in addLockedMetaKey() argument
669 *currentMetaState = updateMetaState(keyCode, true, *currentMetaState); in addLockedMetaKey()
[all …]
/aosp12/frameworks/native/include/input/
H A DKeyCharacterMap.h253 int32_t* currentMetaState);
257 int32_t* currentMetaState);
263 int32_t* currentMetaState);
267 int32_t* currentMetaState);