Searched refs:BootSoundPlayer (Results 1 – 3 of 3) sorted by relevance
22 class BootSoundPlayer : public BootPlayer {24 BootSoundPlayer(const PlayerParams& params);25 virtual ~BootSoundPlayer() = default;
22 BootSoundPlayer::BootSoundPlayer(const PlayerParams& params) in BootSoundPlayer() function in BootSoundPlayer30 void BootSoundPlayer::Play() in Play()
185 soundPlayer_ = std::make_shared<BootSoundPlayer>(params); in PlaySound()