Searched refs:country (Results 1 - 4 of 4) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dp2p.h133 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_listen_channel_se_s
244 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_chanlist_se_s
313 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_op_channel_se_s
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_wext.c193 char *country = "US"; /* WEXT_NUMBER_SCAN_CHANNELS_FCC */ local
196 country = "EU";
198 country = "JP";
199 return country;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp567 // The country value corresponds to the codes listed here:
573 const char* country);
595 // Copies the country to the |country_| member. Returns false on
597 bool set_country(const char* country);
H A Dmkvmuxer.cpp1143 const char* country) {
1156 if (!d.set_country(country))
1302 bool Chapter::Display::set_country(const char* country) { argument
1303 return StrCpy(country, &country_);
1141 add_string(const char* title, const char* language, const char* country) argument

Completed in 230 milliseconds