OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_dev_ref_cnt
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/hal/
audio_hw.h
187
int *
snd_dev_ref_cnt
;
member in struct:audio_device
audio_hw.c
222
adev->
snd_dev_ref_cnt
[snd_device]++;
223
if (adev->
snd_dev_ref_cnt
[snd_device] > 1) {
230
adev->
snd_dev_ref_cnt
[snd_device]--;
252
if (adev->
snd_dev_ref_cnt
[snd_device] <= 0) {
256
adev->
snd_dev_ref_cnt
[snd_device]--;
257
if (adev->
snd_dev_ref_cnt
[snd_device] == 0) {
[
all
...]
Completed in 47 milliseconds