Home
last modified time | relevance | path

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

/aosp12/system/bt/service/hal/
H A Dbluetooth_av_interface.h83 virtual void AddA2dpSinkObserver(A2dpSinkObserver* observer) = 0;
H A Dfake_bluetooth_av_interface.h86 void AddA2dpSinkObserver(A2dpSinkObserver* observer) override;
H A Dfake_bluetooth_av_interface.cc180 void FakeBluetoothAvInterface::AddA2dpSinkObserver(A2dpSinkObserver* observer) { in AddA2dpSinkObserver() function in bluetooth::hal::FakeBluetoothAvInterface
H A Dbluetooth_av_interface.cc216 void AddA2dpSinkObserver(A2dpSinkObserver* observer) override { in AddA2dpSinkObserver() function in bluetooth::hal::BluetoothAvInterfaceImpl
/aosp12/system/bt/service/
H A Da2dp_sink.cc32 hal::BluetoothAvInterface::Get()->AddA2dpSinkObserver(this); in A2dpSink()