HomeSort by relevance Sort by last modified time
    Searched refs:snd_dev_ref_cnt (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/audio/hal/audio_extn/
ext_speaker.c 128 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) {
133 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) {
  /hardware/qcom/audio/hal/
audio_hw.h 206 int *snd_dev_ref_cnt; member in struct:audio_device
audio_hw.c 269 adev->snd_dev_ref_cnt[snd_device]++;
270 if (adev->snd_dev_ref_cnt[snd_device] > 1) {
277 adev->snd_dev_ref_cnt[snd_device]--;
296 if (adev->snd_dev_ref_cnt[snd_device] <= 0) {
300 adev->snd_dev_ref_cnt[snd_device]--;
301 if (adev->snd_dev_ref_cnt[snd_device] == 0) {
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.h 392 int* snd_dev_ref_cnt; member in struct:audio_device
audio_hw.c 728 adev->snd_dev_ref_cnt[snd_device]++;
729 if (adev->snd_dev_ref_cnt[snd_device] > 1) {
760 if (adev->snd_dev_ref_cnt[snd_device] <= 0) {
764 adev->snd_dev_ref_cnt[snd_device]--;
765 if (adev->snd_dev_ref_cnt[snd_device] == 0) {
    [all...]

Completed in 503 milliseconds