Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dkeyboard.cpp23 static const std::map<std::string, uint16_t> kDomToLinuxMapping = { variable
154 const auto it = kDomToLinuxMapping.find(dom_KEY_code); in DomKeyCodeToLinux()
155 if (it == kDomToLinuxMapping.end()) { in DomKeyCodeToLinux()