Searched refs:BluetoothA2dpSinkObserverImp (Results 1 – 1 of 1) sorted by relevance
56 class BluetoothA2dpSinkObserverImp;57 sptr<BluetoothA2dpSinkObserverImp> observerImp_ = nullptr;61 class A2dpSink::impl::BluetoothA2dpSinkObserverImp : public BluetoothA2dpSinkObserverStub { class in OHOS::Bluetooth::A2dpSink::impl63 explicit BluetoothA2dpSinkObserverImp(A2dpSink::impl &a2dpSink) : a2dpSink_(a2dpSink) in BluetoothA2dpSinkObserverImp() function in OHOS::Bluetooth::A2dpSink::impl::BluetoothA2dpSinkObserverImp65 ~BluetoothA2dpSinkObserverImp() override in ~BluetoothA2dpSinkObserverImp()91 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSinkObserverImp);96 observerImp_ = new (std::nothrow) BluetoothA2dpSinkObserverImp(*this); in impl()