Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp143 const std::unordered_map<std::int32_t, RawLayoutInfo> LAYOUT_INFOS = variable
364 const auto it = LAYOUT_INFOS.find(hidCountryCode); in readLayoutConfiguration()
365 if (it != LAYOUT_INFOS.end()) { in readLayoutConfiguration()