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

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

Completed in 117 milliseconds