Home
last modified time | relevance | path

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

/device/generic/goldfish/wifi/wifi_hal/
Dinterface.h56 wifi_error setCountryCode(const char* countryCode);
Dinterface.cpp179 wifi_error Interface::setCountryCode(const char* /*countryCode*/) { in setCountryCode() function in Interface
Dwifi_hal.cpp268 return asInterface(handle)->setCountryCode(country_code); in wifi_set_country_code()