Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp425 char recConcPropValue[PROPERTY_VALUE_MAX]; in isOffloadSupported() local
428 if (property_get("rec.playback.conc.disabled", recConcPropValue, NULL)) { in isOffloadSupported()
429 prop_rec_play_enabled = atoi(recConcPropValue) || !strncmp("true", recConcPropValue, 4); in isOffloadSupported()
804 char recConcPropValue[PROPERTY_VALUE_MAX]; in setPhoneState() local
807 if (property_get("rec.playback.conc.disabled", recConcPropValue, NULL)) { in setPhoneState()
808 prop_rec_play_enabled = atoi(recConcPropValue) || !strncmp("true", recConcPropValue, 4); in setPhoneState()
1453 char recConcPropValue[PROPERTY_VALUE_MAX]; in getOutputForDevice() local
1456 if (property_get("rec.playback.conc.disabled", recConcPropValue, NULL)) { in getOutputForDevice()
1457 prop_rec_play_enabled = atoi(recConcPropValue) || !strncmp("true", recConcPropValue, 4); in getOutputForDevice()
/hardware/qcom/audio/msm8909/hal/msm8916/
Dplatform.c1852 char recConcPropValue[PROPERTY_VALUE_MAX]; in platform_get_output_snd_device() local
1854 if (property_get("rec.playback.conc.disabled", recConcPropValue, NULL)) { in platform_get_output_snd_device()
1855 prop_rec_play_enabled = atoi(recConcPropValue) || !strncmp("true", recConcPropValue, 4); in platform_get_output_snd_device()