OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CapturerList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.h
325
typedef std::list<scoped_refptr<WebRtcAudioCapturer> >
CapturerList
;
365
CapturerList
capturers_;
webrtc_audio_device_impl.cc
440
for (
CapturerList
::const_iterator iter = capturers_.begin();
Completed in 51 milliseconds