Searched defs:baseband (Results 1 - 9 of 9) sorted by relevance

/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))
/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/msm8994/loc_api/libloc_api_50001/
H A Dloc.cpp614 char baseband[PROPERTY_VALUE_MAX]; local
615 property_get("ro.baseband", baseband, "msm");
616 if (strcmp(baseband, "csfb") == 0)
/hardware/qcom/gps/msm8084/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/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc.cpp1091 char baseband[PROPERTY_VALUE_MAX]; local
1092 property_get("ro.baseband", baseband, "msm");
1093 if (strcmp(baseband, "csfb") == 0)
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc.cpp1092 char baseband[PROPERTY_VALUE_MAX]; local
1093 property_get("ro.baseband", baseband, "msm");
1094 if (strcmp(baseband, "csfb") == 0)
/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c272 char baseband[PROPERTY_VALUE_MAX]; local
350 property_get("ro.baseband", baseband, "");
351 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {
/hardware/qcom/audio/hal/msm8916/
H A Dplatform.c987 char baseband[PROPERTY_VALUE_MAX] = {0}; local

Completed in 1173 milliseconds