Home
last modified time | relevance | path

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

/aosp12/system/bt/service/hal/
H A Dbluetooth_av_interface.cc146 class BluetoothAvInterfaceImpl : public BluetoothAvInterface { class
148 BluetoothAvInterfaceImpl() = default;
149 ~BluetoothAvInterfaceImpl() override { in ~BluetoothAvInterfaceImpl()
277 DISALLOW_COPY_AND_ASSIGN(BluetoothAvInterfaceImpl);
285 return static_cast<BluetoothAvInterfaceImpl*>(g_interface) in GetA2dpSourceObservers()
292 return static_cast<BluetoothAvInterfaceImpl*>(g_interface)->sink_observers(); in GetA2dpSinkObservers()
347 auto impl = std::make_unique<BluetoothAvInterfaceImpl>(); in Initialize()