Home
last modified time | relevance | path

Searched defs:country_code (Results 1 – 10 of 10) 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
/aosp12/system/connectivity/wificond/
H A Dserver.cpp297 string country_code; in dump() local
488 void Server::OnRegDomainChanged(uint32_t wiphy_index, std::string& country_code) { in OnRegDomainChanged()
568 std::string country_code) { in BroadcastRegDomainChanged()
/aosp12/system/bt/stack/hid/
H A Dhidd_api.cc221 const uint8_t country_code = 0x21; in HID_DevAddRecord() local
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwificonfig.cpp121 const char* country_code) in wifi_set_country_code()
/aosp12/hardware/google/gchips/include/
H A DVendorVideoAPI.h87 unsigned char country_code; member
/aosp12/system/connectivity/wificond/net/
H A Dnetlink_manager.cpp568 string country_code; in OnRegChangeEvent() local
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Drtt.h267 char country_code[2]; // country code member
/aosp12/system/connectivity/wificond/tests/
H A Dnetlink_utils_unittest.cpp920 string country_code; in TEST_F() local
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_hal.cpp1010 SetCountryCodeCommand(wifi_interface_handle handle, const char *country_code) in SetCountryCodeCommand()
1776 wifi_error wifi_set_country_code(wifi_interface_handle handle, const char *country_code) in wifi_set_country_code()
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto1011 optional SettingProto country_code = 9; field