/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src_observer.h | 42 virtual void OnMediaStackChanged(const RawAddress &device, int action) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_a2dp_src_observer_proxy.h | 33 void OnMediaStackChanged(const RawAddress &device, int action) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_stub.cpp | 112 stub->OnMediaStackChanged(RawAddress(addr), action); in OnMediaStackChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 124 virtual void OnMediaStackChanged(const RawAddress &remoteAddr, int action) {}; in OnMediaStackChanged() function in OHOS::bluetooth::IA2dpObserver
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 90 virtual void OnMediaStackChanged(const BluetoothRemoteDevice &device, int action) in OnMediaStackChanged() function in OHOS::Bluetooth::A2dpSourceObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_proxy.cpp | 119 void BluetoothA2dpSrcObserverProxy::OnMediaStackChanged( in OnMediaStackChanged() function in OHOS::Bluetooth::BluetoothA2dpSrcObserverProxy 124 HILOGE("BluetoothA2dpSrcObserverProxy::OnMediaStackChanged WriteInterfaceToken error"); in OnMediaStackChanged() 128 HILOGE("BluetoothA2dpSrcObserverProxy::OnMediaStackChanged write device error"); in OnMediaStackChanged() 132 HILOGE("BluetoothA2dpSrcObserverProxy::OnMediaStackChanged error error"); in OnMediaStackChanged() 143 HILOGE("BluetoothA2dpSrcObserverProxy::OnMediaStackChanged done fail, error: %{public}d", result); in OnMediaStackChanged()
|
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 42 virtual void OnMediaStackChanged(const BluetoothRemoteDevice &device, int action);
|
H A D | audio_bluetooth_manager.cpp | 344 void AudioA2dpListener::OnMediaStackChanged(const BluetoothRemoteDevice &device, int action) in OnMediaStackChanged() function in OHOS::Bluetooth::AudioA2dpListener 346 AUDIO_INFO_LOG("OnMediaStackChanged, action: %{public}d", action); in OnMediaStackChanged()
|
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 106 void OnMediaStackChanged(const Bluetooth::BluetoothRemoteDevice &device, int action) override {};
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 98 void OnMediaStackChanged(const RawAddress &device, int action) override 103 observer->OnMediaStackChanged(BluetoothRemoteDevice(device.GetAddress(), 0), action);
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_source_server.cpp | 78 void OnMediaStackChanged(const RawAddress &device, int action) override
|