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

  /device/asus/flo/conn_init/
wfc_util_qcom.c 552 char baseband[PROPERTY_VALUE_MAX]; local
555 property_get("ro.boot.baseband", baseband, "apq");
556 if(!strncmp(baseband, "apq", 3)) {
558 } else if( !strncmp(baseband, "mdm", 3)){
  /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 713 char baseband[PROPERTY_VALUE_MAX]; local
714 property_get("ro.baseband", baseband, "msm");
715 if (strcmp(baseband, "csfb") == 0)
  /hardware/qcom/audio/hal/msm8960/
platform.c 255 char baseband[PROPERTY_VALUE_MAX]; local
333 property_get("ro.baseband", baseband, "");
334 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {
    [all...]

Completed in 222 milliseconds