Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DKeyboardInputMapper_test.cpp40 const std::unordered_map<int32_t, int32_t> mKeyCodeMap{{KEY_0, AKEYCODE_0}, member in android::KeyboardInputMapperUnitTest
61 for (const auto& [scanCode, outKeycode] : mKeyCodeMap) { in SetUp()