Home
last modified time | relevance | path

Searched refs:OnMediaStackChanged (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src_observer.h42 virtual void OnMediaStackChanged(const RawAddress &device, int action) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_a2dp_src_observer_proxy.h33 void OnMediaStackChanged(const RawAddress &device, int action) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_observer_stub.cpp112 stub->OnMediaStackChanged(RawAddress(addr), action); in OnMediaStackChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h124 virtual void OnMediaStackChanged(const RawAddress &remoteAddr, int action) {}; in OnMediaStackChanged() function in OHOS::bluetooth::IA2dpObserver
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h90 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 Dbluetooth_a2dp_src_observer_proxy.cpp119 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 Daudio_bluetooth_manager.h42 virtual void OnMediaStackChanged(const BluetoothRemoteDevice &device, int action);
H A Daudio_bluetooth_manager.cpp344 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 Dbt_connection_manager.h106 void OnMediaStackChanged(const Bluetooth::BluetoothRemoteDevice &device, int action) override {};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp98 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 Dbluetooth_a2dp_source_server.cpp78 void OnMediaStackChanged(const RawAddress &device, int action) override

Completed in 7 milliseconds