HomeSort by relevance Sort by last modified time
    Searched refs:SoundKey (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/audio/
sounds.h 15 ASH_EXPORT bool PlaySystemSoundAlways(media::SoundsManager::SoundKey key);
24 media::SoundsManager::SoundKey key);
sounds.cc 16 bool PlaySystemSoundAlways(media::SoundsManager::SoundKey key) {
20 bool PlaySystemSoundIfSpokenFeedback(SoundsManager::SoundKey key) {
  /external/chromium_org/media/audio/sounds/
sounds_manager.h 21 typedef int SoundKey;
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;
sounds_manager.cc 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,
61 bool SoundsManagerImpl::Play(SoundKey key) {
70 base::TimeDelta SoundsManagerImpl::GetDuration(SoundKey key) {
  /external/chromium_org/chrome/browser/ui/ash/
volume_controller_browsertest_chromeos.cc 32 virtual bool Initialize(SoundKey key,
38 virtual bool Play(SoundKey key) OVERRIDE {
43 virtual base::TimeDelta GetDuration(SoundKey /* key */) OVERRIDE {
47 bool is_sound_initialized(SoundKey key) const {
51 int num_play_requests(SoundKey key) const {
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker.cc 151 static_cast<media::SoundsManager::SoundKey>(

Completed in 123 milliseconds