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

  /hardware/qcom/audio/hal/audio_extn/
ext_speaker.c 129 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) {
134 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) {
tfa_98xx.c 194 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) {
202 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) {
208 if(data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) {
215 if (data->adev->snd_dev_ref_cnt[usecase->out_snd_device] != 0) {
  /device/google/dragon/audio/hal/
audio_hw.h 322 int* snd_dev_ref_cnt; member in struct:audio_device
audio_hw.c 697 adev->snd_dev_ref_cnt[snd_device]++;
698 if (adev->snd_dev_ref_cnt[snd_device] > 1) {
729 if (adev->snd_dev_ref_cnt[snd_device] <= 0) {
733 adev->snd_dev_ref_cnt[snd_device]--;
734 if (adev->snd_dev_ref_cnt[snd_device] == 0) {
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 289 int *snd_dev_ref_cnt; member in struct:audio_device
audio_hw.c 572 if (adev->snd_dev_ref_cnt[snd_device] >= 1) {
616 adev->snd_dev_ref_cnt[snd_device]++;
633 if (adev->snd_dev_ref_cnt[snd_device] <= 0) {
639 adev->snd_dev_ref_cnt[snd_device]--;
640 if (adev->snd_dev_ref_cnt[snd_device] == 0) {
    [all...]

Completed in 188 milliseconds