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

  /hardware/qcom/gps/utils/
loc_target.cpp 151 void loc_get_target_baseband(char *baseband, int array_length)
153 if(baseband && (array_length >= PROPERTY_VALUE_MAX)) {
154 property_get("ro.baseband", baseband, "");
155 LOC_LOGD("%s:%d]: Baseband: %s\n", __func__, __LINE__, baseband);
192 char baseband[LINE_LEN];
199 loc_get_target_baseband(baseband, sizeof(baseband));
211 if( !memcmp(baseband, STR_AUTO, LENGTH(STR_AUTO))
    [all...]
loc_target.h 51 void loc_get_target_baseband(char *baseband, int array_length);
  /hardware/qcom/gps/msm8084/utils/
loc_target.cpp 150 void loc_get_target_baseband(char *baseband, int array_length)
152 if(baseband && (array_length >= PROPERTY_VALUE_MAX)) {
153 property_get("ro.baseband", baseband, "");
154 LOC_LOGD("%s:%d]: Baseband: %s\n", __func__, __LINE__, baseband);
191 char baseband[LINE_LEN];
198 loc_get_target_baseband(baseband, sizeof(baseband));
211 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/msm8974/utils/
loc_target.cpp 150 void loc_get_target_baseband(char *baseband, int array_length)
152 if(baseband && (array_length >= PROPERTY_VALUE_MAX)) {
153 property_get("ro.baseband", baseband, "");
154 LOC_LOGD("%s:%d]: Baseband: %s\n", __func__, __LINE__, baseband);
191 char baseband[LINE_LEN];
198 loc_get_target_baseband(baseband, sizeof(baseband));
211 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 96 char baseband[LINE_LEN];
98 property_get("ro.baseband", baseband, "");
102 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 460 on property:ro.boot.baseband=mdm
464 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 771 char baseband[PROPERTY_VALUE_MAX]; local
772 property_get("ro.baseband", baseband, "msm");
773 if (strcmp(baseband, "csfb") == 0)
    [all...]
  /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/msm8974/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 256 char baseband[PROPERTY_VALUE_MAX]; local
334 property_get("ro.baseband", baseband, "");
335 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 825 milliseconds