Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dstream_apis.h112 void adev_close_output_stream(struct audio_hw_device* dev, struct audio_stream_out* stream);
Daudio_bluetooth_hw.cc190 adev->close_output_stream = adev_close_output_stream; in adev_open()
Dstream_apis.cc846 void adev_close_output_stream(struct audio_hw_device* dev, struct audio_stream_out* stream) { in adev_close_output_stream() function