Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.h155 int mvoice_call_state; variable
DAudioPolicyManager.cpp670 if (mode_in_call && voice_call_state && !mvoice_call_state) { in setPhoneState()
673 mvoice_call_state = voice_call_state; in setPhoneState()
767 (AUDIO_MODE_NORMAL == state) && prop_playback_enabled && mvoice_call_state) { in setPhoneState()
769 mvoice_call_state = 0; in setPhoneState()
1407 if (prop_play_enabled && mvoice_call_state) { in getOutputForDevice()
1436 } else if (prop_voip_enabled && mvoice_call_state) { in getOutputForDevice()
1723 if (prop_rec_enabled && mvoice_call_state) { in getInputForAttr()
1753 else if(prop_voip_enabled && mvoice_call_state) { in getInputForAttr()