Home
last modified time | relevance | path

Searched refs:a2dp_dev (Results 1 – 1 of 1) sorted by relevance

/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c1094 struct a2dp_audio_device *a2dp_dev = (struct a2dp_audio_device *)dev; in adev_open_output_stream() local
1143 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() local
1184 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() local
1193 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() local
1335 a2dp_dev->input = in; in adev_open_input_stream()
1357 a2dp_dev->input = NULL; in adev_open_input_stream()
[all …]