Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp52 …explicit BluetoothA2dpSourceObserverImp(A2dpSource::impl &a2dpSource) : a2dpSource_(a2dpSource) {}; in BluetoothA2dpSourceObserverImp()
58 a2dpSource_.observers_.Register(observer); in Register()
64 a2dpSource_.observers_.Deregister(observer); in Deregister()
71a2dpSource_.observers_.ForEach([device, state, cause](std::shared_ptr<A2dpSourceObserver> observer… in OnConnectionStateChanged()
80a2dpSource_.observers_.ForEach([device, playingState, error](std::shared_ptr<A2dpSourceObserver> o… in OnPlayingStatusChanged()
88a2dpSource_.observers_.ForEach([device, info, error](std::shared_ptr<A2dpSourceObserver> observer)… in OnConfigurationChanged()
105a2dpSource_.observers_.ForEach([device, action](std::shared_ptr<A2dpSourceObserver> observer) { in OnMediaStackChanged()
113a2dpSource_.observers_.ForEach([action, address](std::shared_ptr<A2dpSourceObserver> observer) { in OnVirtualDeviceChanged()
118 A2dpSource::impl &a2dpSource_; member in OHOS::Bluetooth::A2dpSource::impl::BluetoothA2dpSourceObserverImp