/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | bluetooth_a2dp_src_observer.cpp | 33 void BluetoothA2dpSrcObserver::OnPlayingStatusChanged( in OnPlayingStatusChanged() function in BluetoothA2dpSrcObserver 37 if ((callbacks_ != nullptr) && (callbacks_->OnPlayingStatusChanged)) { in OnPlayingStatusChanged() 38 callbacks_->OnPlayingStatusChanged(device, playingState, error); in OnPlayingStatusChanged()
|
H A D | bluetooth_a2dp_audio_src_observer_stub.cpp | 79 OnPlayingStatusChanged(RawAddress(addr), playingState, error); in OnPlayingStatusChangedInner()
|
H A D | audio_bluetooth_manager.cpp | 123 .OnPlayingStatusChanged = AudioOnPlayingStatusChanged,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src_observer.h | 40 virtual void OnPlayingStatusChanged(const RawAddress &device, int playingState, int error) = 0;
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | bluetooth_a2dp_src_observer.h | 28 …void OnPlayingStatusChanged(const OHOS::bluetooth::RawAddress &device, int playingState, int error…
|
H A D | audio_bluetooth_manager.h | 36 void (*OnPlayingStatusChanged)(const RawAddress &device, int playingState, int error); member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_a2dp_src_observer_proxy.h | 31 void OnPlayingStatusChanged(const RawAddress &device, int playingState, int error) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 60 …virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int err… in OnPlayingStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_stub.cpp | 91 stub->OnPlayingStatusChanged(RawAddress(addr), playingState, error); in OnPlayingStatusChangedInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_proxy.cpp | 53 void BluetoothA2dpSrcObserverProxy::OnPlayingStatusChanged(const RawAddress &device, int playingSta… in OnPlayingStatusChanged() function in OHOS::Bluetooth::BluetoothA2dpSrcObserverProxy
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 41 …virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int err…
|
H A D | audio_bluetooth_manager.cpp | 338 void AudioA2dpListener::OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingStat… in OnPlayingStatusChanged() function in OHOS::Bluetooth::AudioA2dpListener
|
/ohos5.0/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 101 void OnPlayingStatusChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnPlayingStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_src_test.cpp | 37 …virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int err… in OnPlayingStatusChanged() function in OHOS::Bluetooth::A2dpSourceObserverCommon
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 76 void OnPlayingStatusChanged(const RawAddress &device, int playingState, int error) override in OnPlayingStatusChanged() function in OHOS::Bluetooth::A2dpSource::impl::BluetoothA2dpSourceObserverImp 81 …observer->OnPlayingStatusChanged(BluetoothRemoteDevice(device.GetAddress(), 0), playingState, erro… in OnPlayingStatusChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_source_server.cpp | 55 observer->OnPlayingStatusChanged(device, playingState, error); in OnPlayingStatusChaned()
|