Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp52 class BluetoothA2dpSinkObserverImp;
53 sptr<BluetoothA2dpSinkObserverImp> observerImp_ = nullptr;
57 class A2dpSink::impl::BluetoothA2dpSinkObserverImp : public BluetoothA2dpSinkObserverStub { class in OHOS::Bluetooth::A2dpSink::impl
59 explicit BluetoothA2dpSinkObserverImp(A2dpSink::impl &a2dpSink) : a2dpSink_(a2dpSink) in BluetoothA2dpSinkObserverImp() function in OHOS::Bluetooth::A2dpSink::impl::BluetoothA2dpSinkObserverImp
61 ~BluetoothA2dpSinkObserverImp() override
87 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSinkObserverImp);
92 observerImp_ = new (std::nothrow) BluetoothA2dpSinkObserverImp(*this); in impl()

Completed in 1 milliseconds