Lines Matching refs:audio_device

54 struct audio_device {  struct
94 struct audio_device *adev; /* hardware information - only using this for the lock */ argument
130 struct audio_device *adev; /* hardware information - only using this for the lock */
254 static void device_lock(struct audio_device *adev) { in device_lock()
258 static int device_try_lock(struct audio_device *adev) { in device_try_lock()
262 static void device_unlock(struct audio_device *adev) { in device_unlock()
270 struct audio_device* adev, struct listnode* list, struct listnode* stream_node) { in adev_add_stream_to_list()
279 struct audio_device* adev, audio_io_handle_t handle) { in adev_get_stream_out_by_io_handle_l()
291 struct audio_device* adev, audio_io_handle_t handle) { in adev_get_stream_in_by_io_handle_l()
303 struct audio_device* adev, audio_patch_handle_t patch_handle) { in adev_get_stream_out_by_patch_handle_l()
315 struct audio_device* adev, audio_patch_handle_t patch_handle) { in adev_get_stream_in_by_patch_handle_l()
845 out->adev = (struct audio_device *)hw_dev; in adev_open_output_stream()
1291 in->adev = (struct audio_device *)hw_dev; in adev_open_input_stream()
1519 struct audio_device * adev = (struct audio_device *)hw_dev; in adev_set_mic_mute()
1561 struct audio_device* adev = (struct audio_device*) dev; in adev_create_audio_patch()
1697 struct audio_device* adev = (struct audio_device*) dev; in adev_release_audio_patch()
1811 struct audio_device* adev = (struct audio_device*)device; in adev_dump()
1866 struct audio_device *adev = calloc(1, sizeof(struct audio_device)); in adev_open()