Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp56 class BluetoothA2dpSinkObserverImp;
57 sptr<BluetoothA2dpSinkObserverImp> observerImp_ = nullptr;
61 class A2dpSink::impl::BluetoothA2dpSinkObserverImp : public BluetoothA2dpSinkObserverStub { class in OHOS::Bluetooth::A2dpSink::impl
63 explicit BluetoothA2dpSinkObserverImp(A2dpSink::impl &a2dpSink) : a2dpSink_(a2dpSink) in BluetoothA2dpSinkObserverImp() function in OHOS::Bluetooth::A2dpSink::impl::BluetoothA2dpSinkObserverImp
65 ~BluetoothA2dpSinkObserverImp() override in ~BluetoothA2dpSinkObserverImp()
91 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSinkObserverImp);
96 observerImp_ = new (std::nothrow) BluetoothA2dpSinkObserverImp(*this); in impl()