Home
last modified time | relevance | path

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

/system/bt/service/
Da2dp_sink.cc67 hal::BluetoothAvInterface::Get()->GetA2dpSinkHALInterface()->connect( in Connect()
86 hal::BluetoothAvInterface::Get()->GetA2dpSinkHALInterface()->disconnect( in Disconnect()
99 ->GetA2dpSinkHALInterface() in SetAudioFocusState()
106 ->GetA2dpSinkHALInterface() in SetAudioTrackGain()
/system/bt/service/hal/
Dbluetooth_av_interface.h87 virtual const btav_sink_interface_t* GetA2dpSinkHALInterface() = 0;
Dfake_bluetooth_av_interface.h89 const btav_sink_interface_t* GetA2dpSinkHALInterface() override;
Dfake_bluetooth_av_interface.cc197 FakeBluetoothAvInterface::GetA2dpSinkHALInterface() { in GetA2dpSinkHALInterface() function in bluetooth::hal::FakeBluetoothAvInterface
Dbluetooth_av_interface.cc228 const btav_sink_interface_t* GetA2dpSinkHALInterface() override { in GetA2dpSinkHALInterface() function in bluetooth::hal::BluetoothAvInterfaceImpl