Home
last modified time | relevance | path

Searched refs:SoundKey (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/media/audio/sounds/
Dsounds_manager.cc30 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()
Dsounds_manager.h21 typedef int SoundKey; typedef
39 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;
/external/chromium_org/chrome/browser/ui/ash/
Dvolume_controller_browsertest_chromeos.cc32 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() argument
47 bool is_sound_initialized(SoundKey key) const { in is_sound_initialized()
51 int num_play_requests(SoundKey key) const { in num_play_requests()
/external/chromium_org/ash/audio/
Dsounds.h15 ASH_EXPORT bool PlaySystemSoundAlways(media::SoundsManager::SoundKey key);
24 media::SoundsManager::SoundKey key);
Dsounds.cc16 bool PlaySystemSoundAlways(media::SoundsManager::SoundKey key) { in PlaySystemSoundAlways()
20 bool PlaySystemSoundIfSpokenFeedback(SoundsManager::SoundKey key) { in PlaySystemSoundIfSpokenFeedback()
/external/chromium_org/chrome/browser/chromeos/login/lock/
Dscreen_locker.cc156 static_cast<media::SoundsManager::SoundKey>( in ScreenLocker()