Home
last modified time | relevance | path

Searched refs:voipPcmSysPropEnabled (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp1384 bool voipPcmSysPropEnabled = !strncmp("true", propValue, sizeof("true")); in getOutputForDevice() local
1385 if (voipPcmSysPropEnabled && (format == AUDIO_FORMAT_PCM_16_BIT)) { in getOutputForDevice()