Searched refs:A2dpSourceObserver (Results 1 – 8 of 8) sorted by relevance
43 class A2dpSourceObserver {50 virtual ~A2dpSourceObserver() = default;342 void RegisterObserver(std::shared_ptr<A2dpSourceObserver> observer);350 void DeregisterObserver(std::shared_ptr<A2dpSourceObserver> observer);
44 BluetoothObserverList<A2dpSourceObserver> observers_;55 void Register(std::shared_ptr<A2dpSourceObserver> &observer) in Register()61 void Deregister(std::shared_ptr<A2dpSourceObserver> &observer) in Deregister()71 …a2dpSource_.observers_.ForEach([device, state, cause](std::shared_ptr<A2dpSourceObserver> observer… in OnConnectionStateChanged()80 …e_.observers_.ForEach([device, playingState, error](std::shared_ptr<A2dpSourceObserver> observer) { in OnPlayingStatusChanged()88 …a2dpSource_.observers_.ForEach([device, info, error](std::shared_ptr<A2dpSourceObserver> observer)… in OnConfigurationChanged()105 … a2dpSource_.observers_.ForEach([device, action](std::shared_ptr<A2dpSourceObserver> observer) { in OnMediaStackChanged()113 … a2dpSource_.observers_.ForEach([action, address](std::shared_ptr<A2dpSourceObserver> observer) { in OnVirtualDeviceChanged()156 void A2dpSource::RegisterObserver(std::shared_ptr<A2dpSourceObserver> observer) in RegisterObserver()163 void A2dpSource::DeregisterObserver(std::shared_ptr<A2dpSourceObserver> observer) in DeregisterObserver()
31 class A2dpSourceObserver : public IA2dpObserver { class33 A2dpSourceObserver() = default;34 ~A2dpSourceObserver() override = default;101 std::unique_ptr<A2dpSourceObserver> observerImp_{std::make_unique<A2dpSourceObserver>()};
29 class NapiA2dpSourceObserver : public A2dpSourceObserver {
18 type:*OHOS::Bluetooth::A2dpSourceObserver
34 class AudioA2dpListener : public A2dpSourceObserver {
97 class BtA2dpObserver : public Bluetooth::A2dpSourceObserver {
30 class A2dpSourceObserverCommon : public A2dpSourceObserver {