Searched refs:AudioEntry (Results 1 – 4 of 4) sorted by relevance
21 struct AudioInputRendererHost::AudioEntry { struct in content::AudioInputRendererHost22 AudioEntry();23 ~AudioEntry();44 AudioInputRendererHost::AudioEntry::AudioEntry() in AudioEntry() function in content::AudioInputRendererHost::AudioEntry50 AudioInputRendererHost::AudioEntry::~AudioEntry() {} in ~AudioEntry()119 AudioEntry* entry = LookupByController(controller); in DoCompleteCreation()180 AudioEntry* entry = LookupByController(controller); in DoHandleError()247 scoped_ptr<AudioEntry> entry(new AudioEntry()); in OnCreateStream()318 AudioEntry* entry = LookupById(stream_id); in OnRecordStream()331 AudioEntry* entry = LookupById(stream_id); in OnCloseStream()[all …]
31 class AudioRendererHost::AudioEntry class in content::AudioRendererHost34 AudioEntry(AudioRendererHost* host,42 virtual ~AudioEntry();88 AudioRendererHost::AudioEntry::AudioEntry( in AudioEntry() function in content::AudioRendererHost::AudioEntry106 AudioRendererHost::AudioEntry::~AudioEntry() {} in ~AudioEntry()154 void AudioRendererHost::AudioEntry::OnCreated() { in OnCreated()161 void AudioRendererHost::AudioEntry::OnPlaying() { in OnPlaying()171 void AudioRendererHost::AudioEntry::OnPowerMeasured(float power_dbfs, in OnPowerMeasured()180 void AudioRendererHost::AudioEntry::OnPaused() { in OnPaused()190 void AudioRendererHost::AudioEntry::OnError() { in OnError()[all …]
86 struct AudioEntry;87 typedef std::map<int, AudioEntry*> AudioEntryMap;133 void CloseAndDeleteStream(AudioEntry* entry);136 void DeleteEntry(AudioEntry* entry);139 void DeleteEntryOnError(AudioEntry* entry);143 AudioEntry* LookupById(int stream_id);148 AudioEntry* LookupByController(media::AudioInputController* controller);
97 class AudioEntry; variable98 typedef std::map<int, AudioEntry*> AudioEntryMap;146 void DeleteEntry(scoped_ptr<AudioEntry> entry);153 AudioEntry* LookupById(int stream_id);