Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dsndmonitor.c98 static sndmonitor_state_t sndmonitor; variable
149 list_add_tail(&sndmonitor.cards, &s->node); in add_new_sndcard()
280 sndmonitor.num_cards = num_cards; in enum_sndcards()
286 while (!list_empty(&sndmonitor.cards)) { in free_sndcards()
287 struct listnode * n = list_head(&sndmonitor.cards); in free_sndcards()
304 list_add_tail(&sndmonitor.dev_events, &d->node); in add_new_dev_event()
340 sndmonitor.num_dev_events = num_dev_events; in enum_dev_events()
346 while (!list_empty(&sndmonitor.dev_events)) { in free_dev_events()
347 struct listnode * n = list_head(&sndmonitor.dev_events); in free_dev_events()
366 if (sndmonitor.notify) in notify()
[all …]
/hardware/qcom/audio/hal/
DAndroid.mk198 LOCAL_SRC_FILES += audio_extn/sndmonitor.c