Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c204 static unsigned int audio_device_ref_count; variable
2961 if ((--audio_device_ref_count) == 0) { in adev_close()
3009 if (audio_device_ref_count != 0) { in adev_open()
3011 audio_device_ref_count++; in adev_open()
3146 audio_device_ref_count++; in adev_open()
/hardware/qcom/audio/msm8909/hal/
Daudio_hw.c221 static unsigned int audio_device_ref_count; variable
3346 if ((--audio_device_ref_count) == 0) { in adev_close()
3386 if (audio_device_ref_count != 0){ in adev_open()
3388 audio_device_ref_count++; in adev_open()
3500 audio_device_ref_count++; in adev_open()