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

  /device/asus/flo/conn_init/
wfc_util_qcom.c 552 char baseband[5]; 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 480 on property:ro.boot.baseband=mdm
484 on property:ro.boot.baseband=apq
  /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/audio/hal/
audio_hw.c 2218 char baseband[PROPERTY_VALUE_MAX]; local
    [all...]

Completed in 78 milliseconds