Home
last modified time | relevance | path

Searched refs:OnPlayingStatusChanged (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dbluetooth_a2dp_src_observer.cpp33 void BluetoothA2dpSrcObserver::OnPlayingStatusChanged( in OnPlayingStatusChanged() function in BluetoothA2dpSrcObserver
36 HDF_LOGI("BluetoothA2dpSrcObserver::OnPlayingStatusChanged"); in OnPlayingStatusChanged()
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.cpp118 .OnPlayingStatusChanged = AudioOnPlayingStatusChanged,
/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

Completed in 5 milliseconds