Home
last modified time | relevance | path

Searched refs:playerType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_player.cpp119 …er::Play(const std::string &path, AudioStandard::AudioStreamType streamType, PlayerType playerType) in Play() argument
145 SetStop(playerType, false); in Play()
148 if (IsStop(playerType)) { in Play()
157 if (IsStop(playerType)) { in Play()
170 int32_t AudioPlayer::Play(PlayerType playerType) in Play() argument
172 SetStop(playerType, false); in Play()
180 void AudioPlayer::SetStop(PlayerType playerType, bool state) in SetStop() argument
182 switch (playerType) { in SetStop()
212 bool AudioPlayer::IsStop(PlayerType playerType) in IsStop() argument
215 switch (playerType) { in IsStop()
/ohos5.0/base/telephony/call_manager/services/audio/include/
H A Daudio_player.h74 …_t Play(const std::string &path, AudioStandard::AudioStreamType streamType, PlayerType playerType);
75 int32_t Play(PlayerType playerType);
78 void SetStop(PlayerType playerType, bool state);
108 bool IsStop(PlayerType playerType);