Searched defs:baseband (Results 1 - 12 of 12) 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/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/msm8909/loc_api/libloc_api_50001/
H A Dloc.cpp615 char baseband[PROPERTY_VALUE_MAX]; local
616 property_get("ro.baseband", baseband, "msm");
617 if (strcmp(baseband, "csfb") == 0)
/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/msm8996/loc_api/libloc_api_50001/
H A Dloc.cpp615 char baseband[PROPERTY_VALUE_MAX]; local
616 property_get("ro.baseband", baseband, "msm");
617 if (strcmp(baseband, "csfb") == 0)
/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c260 char baseband[PROPERTY_VALUE_MAX]; local
338 property_get("ro.baseband", baseband, "");
339 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {
/hardware/qcom/audio/msm8909/hal/msm8960/
H A Dplatform.c228 char baseband[PROPERTY_VALUE_MAX]; local
310 property_get("ro.baseband", baseband, "");
311 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {
/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/audio/msm8909/hal/msm8916/
H A Dplatform.c1144 char baseband[PROPERTY_VALUE_MAX]; local
/hardware/qcom/audio/msm8909/hal/msm8974/
H A Dplatform.c979 char baseband[PROPERTY_VALUE_MAX]; local
1162 /* If platform is apq8084 and baseband is MDM, load CSD Client specific
1167 property_get("ro.baseband", baseband, "");
1169 !strncmp("mdm", baseband, (sizeof("mdm")-1))) {

Completed in 258 milliseconds