Searched refs:playerType (Results 1 – 2 of 2) sorted by relevance
119 …er::Play(const std::string &path, AudioStandard::AudioStreamType streamType, PlayerType playerType) in Play() argument145 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() argument172 SetStop(playerType, false); in Play()180 void AudioPlayer::SetStop(PlayerType playerType, bool state) in SetStop() argument182 switch (playerType) { in SetStop()212 bool AudioPlayer::IsStop(PlayerType playerType) in IsStop() argument215 switch (playerType) { in IsStop()
74 …_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);