HomeSort by relevance Sort by last modified time
    Searched defs:baseband (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp 594 char baseband[PROPERTY_VALUE_MAX]; local
595 property_get("ro.baseband", baseband, "msm");
596 if (strcmp(baseband, "csfb") == 0)
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp 83 char platform[128], baseband[128]; local
173 property_get("ro.baseband", baseband, "");
174 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {
    [all...]
alsa_default.cpp 207 char platform[128], baseband[128]; local
209 property_get("ro.baseband", baseband, "");
210 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 614 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/
loc.cpp 713 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/
loc.cpp 615 char baseband[PROPERTY_VALUE_MAX]; local
616 property_get("ro.baseband", baseband, "msm");
617 if (strcmp(baseband, "csfb") == 0)
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc.cpp 614 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/
loc.cpp 615 char baseband[PROPERTY_VALUE_MAX]; local
616 property_get("ro.baseband", baseband, "msm");
617 if (strcmp(baseband, "csfb") == 0)
  /hardware/qcom/audio/hal/msm8960/
platform.c 260 char baseband[PROPERTY_VALUE_MAX]; local
338 property_get("ro.baseband", baseband, "");
339 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {
    [all...]
  /hardware/qcom/audio/msm8909/hal/msm8960/
platform.c 228 char baseband[PROPERTY_VALUE_MAX]; local
310 property_get("ro.baseband", baseband, "");
311 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {
    [all...]
  /hardware/qcom/audio/msm8909/hal/msm8974/
platform.c 979 char baseband[PROPERTY_VALUE_MAX]; local
    [all...]
  /hardware/qcom/audio/msm8909/hal/msm8916/
platform.c 1144 char baseband[PROPERTY_VALUE_MAX]; local
    [all...]

Completed in 805 milliseconds