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

/frameworks/native/services/inputflinger/
H A DInputReader.h1167 bool updateMetaStateIfNeeded(int32_t keyCode, bool down);
H A DInputReader.cpp2293 if (updateMetaStateIfNeeded(keyCode, down)) {
2354 updateMetaStateIfNeeded(keyCode, false);
2357 bool KeyboardInputMapper::updateMetaStateIfNeeded(int32_t keyCode, bool down) { function in class:android::KeyboardInputMapper

Completed in 43 milliseconds