Searched refs:baseband (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.cpp83 char platform[128], baseband[128]; local
173 property_get("ro.baseband", baseband, "");
174 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {
H A Dalsa_default.cpp207 char platform[128], baseband[128]; local
209 property_get("ro.baseband", baseband, "");
210 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband))
/hardware/qcom/audio/hal/
H A Daudio_hw.c2218 char baseband[PROPERTY_VALUE_MAX]; local
2281 property_get("ro.baseband", baseband, "");
2282 if (!strcmp("msm8960", platform) && !strcmp("mdm", baseband)) {

Completed in 73 milliseconds