Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/hal/audio_extn/
Da2dp.c46 struct audio_stream_out *a2dp_stream; member
87 … (audio_output_flags_t)AUDIO_OUTPUT_FLAG_NONE, &config, &a2dp.a2dp_stream, NULL); in open_a2dp_output()
101 if(!a2dp.a2dp_device && !a2dp.a2dp_stream){ in close_a2dp_output()
106 a2dp.a2dp_device->close_output_stream(a2dp.a2dp_device, a2dp.a2dp_stream); in close_a2dp_output()
107 a2dp.a2dp_stream = NULL; in close_a2dp_output()
142 if (a2dp.a2dp_device && a2dp.a2dp_stream) { in audio_extn_a2dp_set_parameters()
158 if (!a2dp.a2dp_started && a2dp.a2dp_device && a2dp.a2dp_stream) { in audio_extn_a2dp_start_playback()
178 if ( a2dp.a2dp_started && a2dp.a2dp_device && a2dp.a2dp_stream) { in audio_extn_a2dp_stop_playback()
198 a2dp.a2dp_stream = NULL; in audio_extn_a2dp_init()