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

  /external/chromium_org/content/browser/renderer_host/media/
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...]
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...]

Completed in 57 milliseconds