Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h43 class A2dpSourceObserver {
50 virtual ~A2dpSourceObserver() = default;
342 void RegisterObserver(std::shared_ptr<A2dpSourceObserver> observer);
350 void DeregisterObserver(std::shared_ptr<A2dpSourceObserver> observer);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp44 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()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp31 class A2dpSourceObserver : public IA2dpObserver { class
33 A2dpSourceObserver() = default;
34 ~A2dpSourceObserver() override = default;
101 std::unique_ptr<A2dpSourceObserver> observerImp_{std::make_unique<A2dpSourceObserver>()};
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src_observer.h29 class NapiA2dpSourceObserver : public A2dpSourceObserver {
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/
H A Djs_napi_blocklist.txt18 type:*OHOS::Bluetooth::A2dpSourceObserver
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h34 class AudioA2dpListener : public A2dpSourceObserver {
/ohos5.0/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h97 class BtA2dpObserver : public Bluetooth::A2dpSourceObserver {
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp30 class A2dpSourceObserverCommon : public A2dpSourceObserver {