Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc597 const auto &region_str = it.first; in loadMapping() local
609 auto result = m_map.try_emplace(region_str, move(cc_set)); in loadMapping()
621 const auto &region_str = it.first; in xlateCountryCode() local
625 country_code[0], country_code[1], region_str.c_str()); in xlateCountryCode()
626 return region_str; in xlateCountryCode()
639 const auto &region_str = entry.first; in dump() local
645 ALOGV("- %s = { %s}", region_str.c_str(), ss.str().c_str()); in dump()