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

  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.h 101 class AudioEntry;
102 typedef std::map<int, AudioEntry*> AudioEntryMap;
151 void DeleteEntry(scoped_ptr<AudioEntry> entry);
156 // A helper method to look up a AudioEntry identified by |stream_id|.
158 AudioEntry* LookupById(int stream_id);
audio_input_renderer_host.h 130 struct AudioEntry;
131 typedef std::map<int, AudioEntry*> AudioEntryMap;
182 void CloseAndDeleteStream(AudioEntry* entry);
185 void DeleteEntry(AudioEntry* entry);
188 void DeleteEntryOnError(AudioEntry* entry, ErrorCode error_code);
190 // A helper method to look up a AudioEntry identified by |stream_id|.
192 AudioEntry* LookupById(int stream_id);
194 // Search for a AudioEntry having the reference to |controller|.
195 // This method is used to look up an AudioEntry after a controller
197 AudioEntry* LookupByController(media::AudioInputController* controller)
    [all...]
audio_renderer_host.cc 31 class AudioRendererHost::AudioEntry
34 AudioEntry(AudioRendererHost* host,
42 virtual ~AudioEntry();
95 AudioRendererHost::AudioEntry::AudioEntry(
119 AudioRendererHost::AudioEntry::~AudioEntry() {}
169 void AudioRendererHost::AudioEntry::OnCreated() {
176 void AudioRendererHost::AudioEntry::OnPlaying() {
186 void AudioRendererHost::AudioEntry::OnPaused()
    [all...]
audio_input_renderer_host.cc 24 struct AudioInputRendererHost::AudioEntry {
25 AudioEntry();
26 ~AudioEntry();
47 AudioInputRendererHost::AudioEntry::AudioEntry()
53 AudioInputRendererHost::AudioEntry::~AudioEntry() {}
135 AudioEntry* entry = LookupByController(controller);
210 AudioEntry* entry = LookupByController(controller);
221 AudioEntry* entry = LookupByController(controller)
    [all...]

Completed in 83 milliseconds