Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/hal/audio_extn/
Da2dp.c52 struct a2dp_data a2dp; variable
71 if (a2dp.a2dp_device == NULL){ in open_a2dp_output()
79 rc = audio_hw_device_open(mod, &a2dp.a2dp_device); in open_a2dp_output()
86 rc = a2dp.a2dp_device->open_output_stream(a2dp.a2dp_device, 0,AUDIO_DEVICE_OUT_BLUETOOTH_A2DP, in open_a2dp_output()
87 … (audio_output_flags_t)AUDIO_OUTPUT_FLAG_NONE, &config, &a2dp.a2dp_stream, NULL); in open_a2dp_output()
93 a2dp.a2dp_suspended = false; 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()
108 a2dp.a2dp_started = false; in close_a2dp_output()
[all …]
/hardware/qcom/audio/msm8909/hal/
DAndroid.mk201 LOCAL_SRC_FILES += audio_extn/a2dp.c