Home | History | Annotate | Download | only in hal

Lines Matching defs:audio_device

153     struct audio_device *dev;
170 struct audio_device *dev;
195 struct audio_device {
239 int select_devices(struct audio_device *adev,
242 int disable_audio_route(struct audio_device *adev,
245 int disable_snd_device(struct audio_device *adev,
248 int enable_snd_device(struct audio_device *adev,
251 int enable_audio_route(struct audio_device *adev,
254 struct audio_usecase *get_usecase_from_list(struct audio_device *adev,
264 * stream_in or stream_out mutex first, followed by the audio_device mutex.