Searched refs:baseband (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/gps/utils/
H A Dloc_target.cpp149 void loc_get_target_baseband(char *baseband, int array_length)
151 if(baseband && (array_length >= PROPERTY_VALUE_MAX)) {
152 property_get("ro.baseband", baseband, "");
153 LOC_LOGD("%s:%d]: Baseband: %s\n", __func__, __LINE__, baseband);
190 char baseband[LINE_LEN];
197 loc_get_target_baseband(baseband, sizeof(baseband));
210 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){
H A Dloc_target.h50 void loc_get_target_baseband(char *baseband, int array_length);
/hardware/qcom/gps/msm8960/utils/
H A Dloc_target.cpp95 char baseband[LINE_LEN];
97 property_get("ro.baseband", baseband, "");
101 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp594 char baseband[PROPERTY_VALUE_MAX]; local
595 property_get("ro.baseband", baseband, "msm");
596 if (strcmp(baseband, "csfb") == 0)
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp713 char baseband[PROPERTY_VALUE_MAX]; local
714 property_get("ro.baseband", baseband, "msm");
715 if (strcmp(baseband, "csfb") == 0)
/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c255 char baseband[PROPERTY_VALUE_MAX]; local
333 property_get("ro.baseband", baseband, "");
334 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.cpp83 char platform[128], baseband[128]; local
173 property_get("ro.baseband", baseband, "");
174 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {
H A Dalsa_default.cpp207 char platform[128], baseband[128]; local
209 property_get("ro.baseband", baseband, "");
210 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband))

Completed in 2141 milliseconds