Home
last modified time | relevance | path

Searched refs:LookupById (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
Daudio_renderer_host.cc216 AudioEntry* const entry = LookupById(stream_id); in DoCompleteCreation()
279 AudioEntry* const entry = LookupById(stream_id); in DoNotifyAudioPowerLevel()
320 LookupById(stream_id) != NULL) { in OnCreateStream()
389 AudioEntry* entry = LookupById(stream_id); in OnPlayStream()
402 AudioEntry* entry = LookupById(stream_id); in OnPauseStream()
415 AudioEntry* entry = LookupById(stream_id); in OnSetVolume()
473 if (!LookupById(stream_id)) in ReportErrorAndClose()
482 AudioRendererHost::AudioEntry* AudioRendererHost::LookupById(int stream_id) { in LookupById() function in content::AudioRendererHost
Daudio_input_renderer_host.cc216 if (LookupById(stream_id) != NULL) { in OnCreateStream()
318 AudioEntry* entry = LookupById(stream_id); in OnRecordStream()
331 AudioEntry* entry = LookupById(stream_id); in OnCloseStream()
340 AudioEntry* entry = LookupById(stream_id); in OnSetVolume()
394 AudioInputRendererHost::AudioEntry* AudioInputRendererHost::LookupById( in LookupById() function in content::AudioInputRendererHost
Daudio_renderer_host.h153 AudioEntry* LookupById(int stream_id);
Daudio_input_renderer_host.h143 AudioEntry* LookupById(int stream_id);