Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp1397 bool prop_play_enabled=false, prop_voip_enabled = false; in getOutputForDevice() local
1400 prop_play_enabled = atoi(propValue) || !strncmp("true", propValue, 4); in getOutputForDevice()
1407 if (prop_play_enabled && mvoice_call_state) { in getOutputForDevice()