Home
last modified time | relevance | path

Searched defs:alsa_devices (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware/modules/usbaudio/
Daudio_hal.c96 struct listnode alsa_devices; /* The ALSA devices connected to the stream. */ member
132 struct listnode alsa_devices; /* The ALSA devices connected to the stream. */ member
471 static struct alsa_device_info* stream_get_first_alsa_device(const struct listnode *alsa_devices) { in stream_get_first_alsa_device()
481 static void stream_standby_l(struct listnode *alsa_devices, bool *standby) in stream_standby_l()
494 static void stream_clear_devices(struct listnode *alsa_devices) in stream_clear_devices()
508 struct listnode *alsa_devices, in stream_set_new_devices()
545 static void stream_dump_alsa_devices(const struct listnode *alsa_devices, int fd) { in stream_dump_alsa_devices()
1578 struct listnode *alsa_devices = NULL; in adev_create_audio_patch() local