Searched refs:a2dp_dev (Results 1 – 1 of 1) sorted by relevance
1094 struct a2dp_audio_device *a2dp_dev = (struct a2dp_audio_device *)dev; in adev_open_output_stream() local1143 a2dp_dev->output = out; in adev_open_output_stream()1162 a2dp_dev->output = NULL; in adev_open_output_stream()1170 struct a2dp_audio_device *a2dp_dev = (struct a2dp_audio_device *)dev; in adev_close_output_stream() local1184 a2dp_dev->output = NULL; in adev_close_output_stream()1192 struct a2dp_audio_device *a2dp_dev = (struct a2dp_audio_device *)dev; in adev_set_parameters() local1193 struct a2dp_stream_out *out = a2dp_dev->output; in adev_set_parameters()1298 struct a2dp_audio_device *a2dp_dev = (struct a2dp_audio_device *)dev; in adev_open_input_stream() local1335 a2dp_dev->input = in; in adev_open_input_stream()1357 a2dp_dev->input = NULL; in adev_open_input_stream()[all …]