Home
last modified time | relevance | path

Searched refs:SetStop (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Dring.cpp69 audioPlayer_->SetStop(PlayerType::TYPE_RING, false); in Play()
81 audioPlayer_->SetStop(PlayerType::TYPE_RING, true); in Stop()
H A Daudio_player.cpp145 SetStop(playerType, false); in Play()
172 SetStop(playerType, false); in Play()
180 void AudioPlayer::SetStop(PlayerType playerType, bool state) in SetStop() function in OHOS::Telephony::AudioPlayer
H A Dsound.cpp49 audioPlayer_->SetStop(PlayerType::TYPE_SOUND, true); in Stop()
H A Dtone.cpp97 audioPlayer_->SetStop(PlayerType::TYPE_TONE, true); in Stop()
/ohos5.0/base/telephony/call_manager/services/audio/include/
H A Daudio_player.h78 void SetStop(PlayerType playerType, bool state);