Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/hal/audio_extn/
Dpm.c43 char halPropVal[PROPERTY_VALUE_MAX]; in audio_extn_pm_vote() local
75 if (property_get("sys.audio.init", halPropVal, NULL)) { in audio_extn_pm_vote()
76 prop_unload_image = !(strncmp("false", halPropVal, sizeof("false"))); in audio_extn_pm_vote()