Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dstream_apis.h122 void adev_close_input_stream(struct audio_hw_device* dev, struct audio_stream_in* in);
Daudio_bluetooth_hw.cc192 adev->close_input_stream = adev_close_input_stream; in adev_open()
Dstream_apis.cc1299 void adev_close_input_stream(struct audio_hw_device* /*dev*/, struct audio_stream_in* stream) { in adev_close_input_stream() function