Home
last modified time | relevance | path

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

/device/generic/car/emulator/audio/driver/
Daudio_hw.c241 static unsigned int audio_device_ref_count = 0; variable
1591 if (audio_device_ref_count == 0) { in adev_close()
1597 if ((--audio_device_ref_count) == 0) { in adev_close()
1646 if (audio_device_ref_count != 0) { in adev_open()
1648 audio_device_ref_count++; in adev_open()
1733 audio_device_ref_count++; in adev_open()