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

/frameworks/native/libs/input/
H A DKeyboard.cpp233 static int32_t toggleLockedMetaState(int32_t mask, bool down, int32_t oldMetaState) { function in namespace:android
265 return toggleLockedMetaState(AMETA_CAPS_LOCK_ON, down, oldMetaState);
267 return toggleLockedMetaState(AMETA_NUM_LOCK_ON, down, oldMetaState);
269 return toggleLockedMetaState(AMETA_SCROLL_LOCK_ON, down, oldMetaState);

Completed in 67 milliseconds