Home | Sort by relevance Sort by last modified time |
/external/chromium_org/content/renderer/media/ | |
webrtc_audio_renderer.cc | 136 playing_state_.set_playing(true); 145 playing_state_.set_playing(false); 369 playing_state_.set_playing(true); 401 playing_state_.set_playing(false); |
webrtc_audio_renderer.h | 52 void set_playing(bool playing) { function in class:content::WebRtcAudioRenderer::PlayingState |
/external/chromium_org/content/browser/renderer_host/media/ | |
audio_renderer_host.cc | 65 void set_playing(bool playing) { playing_ = playing; } function in class:content::AudioRendererHost::AudioEntry 286 entry->set_playing(true); 294 entry->set_playing(false); |