Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp166 std::unordered_map<int32_t, int32_t> mKeyCodeMapping; member in android::FakeInputMapper
276 mKeyCodeMapping.insert_or_assign(fromKeyCode, toKeyCode); in addKeyCodeMapping()
326 auto it = mKeyCodeMapping.find(locationKeyCode); in getKeyCodeForKeyLocation()
327 return it != mKeyCodeMapping.end() ? it->second : locationKeyCode; in getKeyCodeForKeyLocation()