Home
last modified time | relevance | path

Searched refs:OnPlayingStatusChanged (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dbluetooth_a2dp_src_observer.cpp33 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 Dbluetooth_a2dp_audio_src_observer_stub.cpp79 OnPlayingStatusChanged(RawAddress(addr), playingState, error); in OnPlayingStatusChangedInner()
H A Daudio_bluetooth_manager.cpp123 .OnPlayingStatusChanged = AudioOnPlayingStatusChanged,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src_observer.h40 virtual void OnPlayingStatusChanged(const RawAddress &device, int playingState, int error) = 0;
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dbluetooth_a2dp_src_observer.h28 …void OnPlayingStatusChanged(const OHOS::bluetooth::RawAddress &device, int playingState, int error…
H A Daudio_bluetooth_manager.h36 void (*OnPlayingStatusChanged)(const RawAddress &device, int playingState, int error); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_a2dp_src_observer_proxy.h31 void OnPlayingStatusChanged(const RawAddress &device, int playingState, int error) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h60 …virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int err… in OnPlayingStatusChanged() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_observer_stub.cpp91 stub->OnPlayingStatusChanged(RawAddress(addr), playingState, error); in OnPlayingStatusChangedInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_observer_proxy.cpp53 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 Daudio_bluetooth_manager.h41 …virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int err…
H A Daudio_bluetooth_manager.cpp338 void AudioA2dpListener::OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingStat… in OnPlayingStatusChanged() function in OHOS::Bluetooth::AudioA2dpListener
/ohos5.0/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h101 void OnPlayingStatusChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnPlayingStatusChanged() function
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp37 …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 Dbluetooth_a2dp_src.cpp76 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 Dbluetooth_a2dp_source_server.cpp55 observer->OnPlayingStatusChanged(device, playingState, error); in OnPlayingStatusChaned()