Home
last modified time | relevance | path

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

/system/bt/service/
Da2dp_source.cc140 hal::BluetoothAvInterface::Get()->GetA2dpSourceHALInterface()->connect( in Connect()
148 hal::BluetoothAvInterface::Get()->GetA2dpSourceHALInterface()->disconnect( in Disconnect()
159 ->GetA2dpSourceHALInterface() in ConfigCodec()
/system/bt/service/hal/
Dbluetooth_av_interface.h86 virtual const btav_source_interface_t* GetA2dpSourceHALInterface() = 0;
Dfake_bluetooth_av_interface.h88 const btav_source_interface_t* GetA2dpSourceHALInterface() override;
Dfake_bluetooth_av_interface.cc192 FakeBluetoothAvInterface::GetA2dpSourceHALInterface() { in GetA2dpSourceHALInterface() function in bluetooth::hal::FakeBluetoothAvInterface
Dbluetooth_av_interface.cc224 const btav_source_interface_t* GetA2dpSourceHALInterface() override { in GetA2dpSourceHALInterface() function in bluetooth::hal::BluetoothAvInterfaceImpl