Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.h31 int GetNxpConfigCountryCodeByteArrayValue(const char* name,const char* fName, char* pValue,long buf…
DphNxpConfig.cc906 extern "C" int GetNxpConfigCountryCodeByteArrayValue(const char* name,const char* fName, char* pVal… in GetNxpConfigCountryCodeByteArrayValue() function
/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal.cc566 …if (GetNxpConfigCountryCodeByteArrayValue(NAME_NXP_COUNTRY_CODE_CONFIG, country_code, (char*)nxpuc… in phNxpUciHal_parse()