Searched refs:playingState (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | bluetooth_a2dp_src_observer.cpp | 34 const OHOS::bluetooth::RawAddress &device, int playingState, int error)
in OnPlayingStatusChanged() 38 callbacks_->OnPlayingStatusChanged(device, playingState, error);
in OnPlayingStatusChanged() 33 OnPlayingStatusChanged( const OHOS::bluetooth::RawAddress &device, int playingState, int error) OnPlayingStatusChanged() argument
|
H A D | audio_bluetooth_manager.cpp | 74 static void AudioOnPlayingStatusChanged(const RawAddress &device, int playingState, int error)
in AudioOnPlayingStatusChanged() argument 76 HDF_LOGI("%{public}s, playingState:%{public}d", __func__, playingState);
in AudioOnPlayingStatusChanged() 79 if (playingState) {
in AudioOnPlayingStatusChanged() 85 g_playdevices.insert(std::make_pair(playingState, addr));
in AudioOnPlayingStatusChanged() 86 g_playState = playingState;
in AudioOnPlayingStatusChanged() 96 g_playState = playingState;
in AudioOnPlayingStatusChanged()
|
H A D | bluetooth_a2dp_audio_src_observer_stub.cpp | 76 int playingState = data.ReadInt32();
in OnPlayingStatusChangedInner() local 79 OnPlayingStatusChanged(RawAddress(addr), playingState, error);
in OnPlayingStatusChangedInner() local
|
/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);
|
Completed in 2 milliseconds