Home | History | Annotate | Download | only in hal

Lines Matching refs:audio_device

217     struct audio_device *dev;
249 struct audio_device *dev;
302 struct audio_device {
363 int select_devices(struct audio_device *adev,
366 int disable_audio_route(struct audio_device *adev,
369 int disable_snd_device(struct audio_device *adev,
372 int enable_snd_device(struct audio_device *adev,
375 int enable_audio_route(struct audio_device *adev,
378 struct audio_usecase *get_usecase_from_list(struct audio_device *adev,
388 * stream_in or stream_out mutex first, followed by the audio_device mutex.