Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp328 if (updateMetaStateIfNeeded(keyCode, down)) { in processKey()
388 updateMetaStateIfNeeded(keyCode, false); in updateMetaState()
391 bool KeyboardInputMapper::updateMetaStateIfNeeded(int32_t keyCode, bool down) { in updateMetaStateIfNeeded() function in android::KeyboardInputMapper
H A DKeyboardInputMapper.h91 bool updateMetaStateIfNeeded(int32_t keyCode, bool down);