Searched refs:SoundKey (Results 1 – 6 of 6) sorted by relevance
30 virtual bool Initialize(SoundKey key,32 virtual bool Play(SoundKey key) OVERRIDE;33 virtual base::TimeDelta GetDuration(SoundKey key) OVERRIDE;36 base::hash_map<SoundKey, linked_ptr<AudioStreamHandler> > handlers_;48 bool SoundsManagerImpl::Initialize(SoundKey key, in Initialize()61 bool SoundsManagerImpl::Play(SoundKey key) { in Play()70 base::TimeDelta SoundsManagerImpl::GetDuration(SoundKey key) { in GetDuration()
21 typedef int SoundKey; typedef39 virtual bool Initialize(SoundKey key, const base::StringPiece& data) = 0;43 virtual bool Play(SoundKey key) = 0;48 virtual base::TimeDelta GetDuration(SoundKey key) = 0;
32 virtual bool Initialize(SoundKey key, in Initialize()38 virtual bool Play(SoundKey key) OVERRIDE { in Play()43 virtual base::TimeDelta GetDuration(SoundKey /* key */) OVERRIDE { in GetDuration() argument47 bool is_sound_initialized(SoundKey key) const { in is_sound_initialized()51 int num_play_requests(SoundKey key) const { in num_play_requests()
15 ASH_EXPORT bool PlaySystemSoundAlways(media::SoundsManager::SoundKey key);24 media::SoundsManager::SoundKey key);
16 bool PlaySystemSoundAlways(media::SoundsManager::SoundKey key) { in PlaySystemSoundAlways()20 bool PlaySystemSoundIfSpokenFeedback(SoundsManager::SoundKey key) { in PlaySystemSoundIfSpokenFeedback()
156 static_cast<media::SoundsManager::SoundKey>( in ScreenLocker()