Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp1824 char getPropValue[PROPERTY_VALUE_MAX]; in startInput() local
1827 if (property_get("rec.playback.conc.disabled", getPropValue, NULL)) { in startInput()
1828 prop_rec_play_enabled = atoi(getPropValue) || !strncmp("true", getPropValue, 4); in startInput()