/aosp12/system/timezone/debug_tools/host/ |
H A D | visualize_zone_trees.py | 45 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 D | server.cpp | 297 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 D | server.h | 121 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 D | wifi_config.h | 21 wifi_error wifi_set_country_code(wifi_interface_handle iface, const char* country_code);
|
H A D | rtt.h | 267 char country_code[2]; // country code member
|
/aosp12/system/connectivity/wificond/net/ |
H A D | netlink_manager.cpp | 568 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 D | netlink_manager.h | 88 uint32_t wiphy_index, std::string& country_code)> OnRegDomainChangedHandler;
|
/aosp12/hardware/google/gchips/include/ |
H A D | VendorVideoAPI.h | 87 unsigned char country_code; member
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | wificonfig.cpp | 121 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 D | hidd_api.cc | 221 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 D | netlink_utils_unittest.cpp | 920 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 D | VendorVideoAPI.cpp | 75 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 D | wifi_hal.cpp | 1010 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 D | hidl_struct_util.cpp | 2824 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 D | global.proto | 1011 optional SettingProto country_code = 9; field
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 45387 field public static final String ARG_COUNTRY_CODE = "android.arg.country_code";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 30757 field public static final java.lang.String ARG_COUNTRY_CODE = "android.arg.country_code";
|