/external/chromium_org/content/renderer/media/ |
D | webrtc_audio_capturer.cc | 41 class WebRtcAudioCapturer::TrackOwner 42 : public base::RefCountedThreadSafe<WebRtcAudioCapturer::TrackOwner> { 86 const scoped_refptr<WebRtcAudioCapturer::TrackOwner>& owner) const { in operator ()() 96 friend class base::RefCountedThreadSafe<WebRtcAudioCapturer::TrackOwner>; 111 scoped_refptr<WebRtcAudioCapturer> WebRtcAudioCapturer::CreateCapturer() { in CreateCapturer() 112 scoped_refptr<WebRtcAudioCapturer> capturer = new WebRtcAudioCapturer(); in CreateCapturer() 116 void WebRtcAudioCapturer::Reconfigure(int sample_rate, in Reconfigure() 139 bool WebRtcAudioCapturer::Initialize(int render_view_id, in Initialize() 219 WebRtcAudioCapturer::WebRtcAudioCapturer() in WebRtcAudioCapturer() function in content::WebRtcAudioCapturer 232 WebRtcAudioCapturer::~WebRtcAudioCapturer() { in ~WebRtcAudioCapturer() [all …]
|
D | webrtc_audio_capturer.h | 39 class CONTENT_EXPORT WebRtcAudioCapturer 40 : public base::RefCountedThreadSafe<WebRtcAudioCapturer>, 45 static scoped_refptr<WebRtcAudioCapturer> CreateCapturer(); 129 friend class base::RefCountedThreadSafe<WebRtcAudioCapturer>; 130 WebRtcAudioCapturer(); 131 virtual ~WebRtcAudioCapturer(); 206 DISALLOW_COPY_AND_ASSIGN(WebRtcAudioCapturer);
|
D | webrtc_local_audio_track.h | 36 class WebRtcAudioCapturer; variable 50 const scoped_refptr<WebRtcAudioCapturer>& capturer, in NON_EXPORTED_BASE() 97 const scoped_refptr<WebRtcAudioCapturer>& capturer, in NON_EXPORTED_BASE() 120 scoped_refptr<WebRtcAudioCapturer> capturer_; in NON_EXPORTED_BASE()
|
D | webaudio_capturer_source.h | 19 class WebRtcAudioCapturer; variable 47 void Start(WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer); 68 WebRtcAudioCapturer* capturer_;
|
D | media_stream_source_extra_data.h | 46 void SetAudioCapturer(WebRtcAudioCapturer* capturer) { in NON_EXPORTED_BASE() 51 WebRtcAudioCapturer* GetAudioCapturer() const { in NON_EXPORTED_BASE() 83 scoped_refptr<WebRtcAudioCapturer> audio_capturer_; in NON_EXPORTED_BASE()
|
D | webrtc_audio_device_impl.h | 181 class WebRtcAudioCapturer; variable 303 void AddAudioCapturer(const scoped_refptr<WebRtcAudioCapturer>& capturer); in NON_EXPORTED_BASE() 309 scoped_refptr<WebRtcAudioCapturer> GetDefaultCapturer() const; in NON_EXPORTED_BASE() 325 typedef std::list<scoped_refptr<WebRtcAudioCapturer> > CapturerList; in NON_EXPORTED_BASE()
|
D | webrtc_audio_device_impl.cc | 326 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in SetMicrophoneVolume() 340 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in MicrophoneVolume() 371 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in StereoRecordingIsAvailable() 394 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in RecordingSampleRate() 425 const scoped_refptr<WebRtcAudioCapturer>& capturer) { in AddAudioCapturer() 437 scoped_refptr<WebRtcAudioCapturer>
|
D | webrtc_local_audio_track_unittest.cc | 36 FakeAudioThread(const scoped_refptr<WebRtcAudioCapturer>& capturer, in FakeAudioThread() 78 scoped_refptr<WebRtcAudioCapturer> capturer_; 86 explicit MockCapturerSource(WebRtcAudioCapturer* capturer) in MockCapturerSource() 118 WebRtcAudioCapturer* capturer_; 165 capturer_ = WebRtcAudioCapturer::CreateCapturer(); in SetUp() 177 scoped_refptr<WebRtcAudioCapturer> capturer_; 502 scoped_refptr<WebRtcAudioCapturer> new_capturer( in TEST_F() 503 WebRtcAudioCapturer::CreateCapturer()); in TEST_F() 561 scoped_refptr<WebRtcAudioCapturer> capturer( in TEST_F() 562 WebRtcAudioCapturer::CreateCapturer()); in TEST_F()
|
D | media_stream_dependency_factory.h | 48 class WebRtcAudioCapturer; variable 190 const scoped_refptr<WebRtcAudioCapturer>& capturer, in NON_EXPORTED_BASE() 212 virtual scoped_refptr<WebRtcAudioCapturer> MaybeCreateAudioCapturer( in NON_EXPORTED_BASE()
|
D | webrtc_audio_capturer_unittest.cc | 97 capturer_ = WebRtcAudioCapturer::CreateCapturer(); in WebRtcAudioCapturerTest() 122 scoped_refptr<WebRtcAudioCapturer> capturer_; in WebRtcAudioCapturerTest()
|
D | mock_media_stream_dependency_factory.cc | 453 const scoped_refptr<WebRtcAudioCapturer>& capturer, in CreateLocalAudioTrack() 460 id, WebRtcAudioCapturer::CreateCapturer(), webaudio_source, in CreateLocalAudioTrack() 480 scoped_refptr<WebRtcAudioCapturer> 483 return WebRtcAudioCapturer::CreateCapturer(); in MaybeCreateAudioCapturer()
|
D | webrtc_local_audio_track.cc | 125 const scoped_refptr<WebRtcAudioCapturer>& capturer, in Create() 137 const scoped_refptr<WebRtcAudioCapturer>& capturer, in WebRtcLocalAudioTrack() 167 scoped_refptr<WebRtcAudioCapturer> capturer; in Capture()
|
D | mock_media_stream_dependency_factory.h | 144 const scoped_refptr<WebRtcAudioCapturer>& capturer, 160 virtual scoped_refptr<WebRtcAudioCapturer> MaybeCreateAudioCapturer(
|
D | media_stream_dependency_factory.cc | 365 scoped_refptr<WebRtcAudioCapturer> capturer( in CreateNativeMediaSources() 462 scoped_refptr<WebRtcAudioCapturer> capturer; in CreateNativeAudioMediaStreamTrack() 780 const scoped_refptr<WebRtcAudioCapturer>& capturer, in CreateLocalAudioTrack() 923 scoped_refptr<WebRtcAudioCapturer> 931 scoped_refptr<WebRtcAudioCapturer> capturer = in MaybeCreateAudioCapturer() 938 capturer = WebRtcAudioCapturer::CreateCapturer(); in MaybeCreateAudioCapturer()
|
D | webrtc_local_audio_renderer.h | 31 class WebRtcAudioCapturer; variable
|
D | webaudio_capturer_source.cc | 63 WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer) { in Start()
|
D | webrtc_audio_device_unittest.cc | 111 scoped_refptr<WebRtcAudioCapturer> capturer( in CreateAndInitializeCapturer() 112 WebRtcAudioCapturer::CreateCapturer()); in CreateAndInitializeCapturer() 138 CreateAndStartLocalAudioTrack(WebRtcAudioCapturer* capturer, in CreateAndStartLocalAudioTrack()
|
D | rtc_peer_connection_handler_unittest.cc | 245 scoped_refptr<WebRtcAudioCapturer> capturer; in CreateLocalMediaStream() 286 scoped_refptr<WebRtcAudioCapturer> capturer; in AddRemoteMockMediaStream()
|
D | rtc_peer_connection_handler.cc | 555 WebRtcAudioCapturer* capturer = audio_device->GetDefaultCapturer(); in addStream()
|
/external/chromium_org/tools/valgrind/tsan_v2/ |
D | suppressions.txt | 125 race:content::WebRtcAudioCapturer::SetCapturerSource
|
/external/chromium_org/tools/valgrind/tsan/ |
D | suppressions.txt | 1131 fun:content::WebRtcAudioCapturer::TrackOwner::Capture 1132 fun:content::WebRtcAudioCapturer::Capture
|