Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface.h166 class IBluetoothSourceTransportInstance : public IBluetoothTransportInstance {
168 IBluetoothSourceTransportInstance(SessionType sessionType, in IBluetoothSourceTransportInstance() function
171 IBluetoothSourceTransportInstance(SessionType_2_1 sessionType_2_1, in IBluetoothSourceTransportInstance() function
174 virtual ~IBluetoothSourceTransportInstance() = default;
278 IBluetoothSourceTransportInstance* source,
286 IBluetoothSourceTransportInstance* source_;
H A Dle_audio_software.cc235 : public bluetooth::audio::IBluetoothSourceTransportInstance {
238 : IBluetoothSourceTransportInstance( in LeAudioSourceTransport()
H A Dclient_interface_unittest.cc170 : public bluetooth::audio::IBluetoothSourceTransportInstance {
176 : bluetooth::audio::IBluetoothSourceTransportInstance(session_type, {}){}; in TestSourceTransport()
178 : bluetooth::audio::IBluetoothSourceTransportInstance(session_type_2_1, in TestSourceTransport()
H A Dclient_interface.cc460 IBluetoothSourceTransportInstance* source, in BluetoothAudioSourceClientInterface()