Home
last modified time | relevance | path

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

/aosp12/system/timezone/debug_tools/host/
H A Dvisualize_zone_trees.py45 def BuildAndRunTool(country_zones_txt, country_code, output_dir): argument
48 subprocess.check_call(['java', '-jar', jar_file, country_zones_txt, country_code, output_dir])
75 country_code = args.country_code
84 BuildAndRunTool(country_zones_txt, country_code, output_dir)
/aosp12/system/connectivity/wificond/
H A Dserver.cpp297 string country_code; in dump() local
298 if (netlink_utils_->GetCountryCode(&country_code)) { in dump()
299 ss << "Current country code from kernel: " << country_code << endl; in dump()
488 void Server::OnRegDomainChanged(uint32_t wiphy_index, std::string& country_code) { in OnRegDomainChanged() argument
489 if (country_code.empty()) { in OnRegDomainChanged()
492 LOG(INFO) << "Regulatory domain changed to country: " << country_code in OnRegDomainChanged()
494 BroadcastRegDomainChanged(country_code); in OnRegDomainChanged()
568 std::string country_code) { in BroadcastRegDomainChanged() argument
570 it->OnRegDomainChanged(country_code); in BroadcastRegDomainChanged()
H A Dserver.h121 void OnRegDomainChanged(uint32_t wiphy_index, std::string& country_code);
130 void BroadcastRegDomainChanged(std::string country_code);
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_config.h21 wifi_error wifi_set_country_code(wifi_interface_handle iface, const char* country_code);
H A Drtt.h267 char country_code[2]; // country code member
/aosp12/system/connectivity/wificond/net/
H A Dnetlink_manager.cpp568 string country_code; in OnRegChangeEvent() local
572 if (!packet->GetAttributeValue(NL80211_ATTR_REG_ALPHA2, &country_code)) { in OnRegChangeEvent()
586 country_code = ""; in OnRegChangeEvent()
593 handler.second(handler.first, country_code); in OnRegChangeEvent()
H A Dnetlink_manager.h88 uint32_t wiphy_index, std::string& country_code)> OnRegDomainChangedHandler;
/aosp12/hardware/google/gchips/include/
H A DVendorVideoAPI.h87 unsigned char country_code; member
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwificonfig.cpp121 const char* country_code) in wifi_set_country_code() argument
129 ALOGV("%s: %s", __FUNCTION__, country_code); in wifi_set_country_code()
153 ret = wifiConfigCommand->put_string(NL80211_ATTR_REG_ALPHA2, country_code); in wifi_set_country_code()
/aosp12/system/bt/stack/hid/
H A Dhidd_api.cc221 const uint8_t country_code = 0x21; in HID_DevAddRecord() local
240 1, (uint8_t*)&country_code); in HID_DevAddRecord()
/aosp12/system/connectivity/wificond/tests/
H A Dnetlink_utils_unittest.cpp920 string country_code; in TEST_F() local
921 EXPECT_TRUE(netlink_utils_->GetCountryCode(&country_code)); in TEST_F()
922 EXPECT_EQ(kFakeCountryCode, country_code); in TEST_F()
/aosp12/hardware/google/gchips/videoapi/
H A DVendorVideoAPI.cpp75 pHdr10PlusInfo->data.country_code = data; in Exynos_parsing_user_data_registered_itu_t_t35()
900 (*((char *)&pHDRDynamicInfo->data.country_code) & (1 << (7 - i))); in Exynos_dynamic_meta_to_itu_t_t35()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_hal.cpp1010 SetCountryCodeCommand(wifi_interface_handle handle, const char *country_code) in SetCountryCodeCommand() argument
1012 mCountryCode = country_code; in SetCountryCodeCommand()
1776 wifi_error wifi_set_country_code(wifi_interface_handle handle, const char *country_code) in wifi_set_country_code() argument
1778 SetCountryCodeCommand command(handle, country_code); in wifi_set_country_code()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp2824 CHECK(hidl_info.countryCode.size() == sizeof(legacy_info->country_code)); in convertHidlRttLcrInformationToLegacy()
2825 memcpy(legacy_info->country_code, hidl_info.countryCode.data(), in convertHidlRttLcrInformationToLegacy()
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto1011 optional SettingProto country_code = 9; field
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt45387 field public static final String ARG_COUNTRY_CODE = "android.arg.country_code";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt30757 field public static final java.lang.String ARG_COUNTRY_CODE = "android.arg.country_code";