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

  /hardware/qcom/gps/utils/
loc_target.cpp 149 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)) )
    [all...]
loc_target.h 50 void loc_get_target_baseband(char *baseband, int array_length);
  /hardware/qcom/gps/msm8960/utils/
loc_target.cpp 95 char baseband[LINE_LEN];
97 property_get("ro.baseband", baseband, "");
101 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){
  /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)){
  /device/asus/flo/
kickstart_checker.sh 4 if [ $(getprop ro.boot.baseband) == "mdm" ]; then
init.flo.rc 492 on property:ro.boot.baseband=mdm
496 on property:ro.boot.baseband=apq
  /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/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...]
  /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...]

Completed in 497 milliseconds