HomeSort by relevance Sort by last modified time
    Searched refs:AudioSourceInterface (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
audiotrack.h 42 const std::string& id, AudioSourceInterface* source);
45 virtual AudioSourceInterface* GetSource() const OVERRIDE {
62 AudioTrack(const std::string& label, AudioSourceInterface* audio_source);
65 talk_base::scoped_refptr<AudioSourceInterface> audio_source_;
audiotrack.cc 36 AudioSourceInterface* audio_source)
46 const std::string& id, AudioSourceInterface* source) {
remoteaudiosource.h 38 using webrtc::AudioSourceInterface;
41 class RemoteAudioSource : public Notifier<AudioSourceInterface> {
56 // AudioSourceInterface implementation.
localaudiosource.h 37 // LocalAudioSource implements AudioSourceInterface.
44 class LocalAudioSource : public Notifier<AudioSourceInterface> {
peerconnectionfactory.h 60 virtual talk_base::scoped_refptr<AudioSourceInterface> CreateAudioSource(
73 AudioSourceInterface* audio_source);
95 talk_base::scoped_refptr<AudioSourceInterface> CreateAudioSource_s(
mediastreaminterface.h 143 // AudioSourceInterface is a reference counted source used for AudioTracks.
145 class AudioSourceInterface : public MediaSourceInterface {
208 virtual AudioSourceInterface* GetSource() const = 0;
mediastreamtrackproxy.h 44 PROXY_CONSTMETHOD0(AudioSourceInterface*, GetSource)
peerconnectionfactory.cc 79 scoped_refptr<webrtc::AudioSourceInterface> source;
263 talk_base::scoped_refptr<AudioSourceInterface>
326 talk_base::scoped_refptr<AudioSourceInterface>
356 AudioSourceInterface* source) {
peerconnectioninterface.h 474 // Creates a AudioSourceInterface.
476 virtual talk_base::scoped_refptr<AudioSourceInterface> CreateAudioSource(
495 AudioSourceInterface* source) = 0;
mediastreamhandler.h 121 class RemoteAudioTrackHandler : public AudioSourceInterface::AudioObserver,
135 // AudioSourceInterface::AudioObserver implementation.
peerconnectioninterface_unittest.cc 71 using webrtc::AudioSourceInterface;
353 audio_track_label, static_cast<AudioSourceInterface*>(NULL)));
580 kStreamLabel3, static_cast<AudioSourceInterface*>(NULL)));
    [all...]
peerconnection_unittest.cc 168 talk_base::scoped_refptr<webrtc::AudioSourceInterface> source =
    [all...]
statscollector_unittest.cc 133 virtual webrtc::AudioSourceInterface* GetSource() const OVERRIDE {
    [all...]
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_local_audio_track_adapter.h 22 class AudioSourceInterface;
39 webrtc::AudioSourceInterface* track_source);
43 webrtc::AudioSourceInterface* track_source);
78 virtual webrtc::AudioSourceInterface* GetSource() const OVERRIDE;
86 talk_base::scoped_refptr<webrtc::AudioSourceInterface> track_source_;
webrtc_local_audio_track_adapter.cc 20 webrtc::AudioSourceInterface* track_source) {
29 webrtc::AudioSourceInterface* track_source)
141 webrtc::AudioSourceInterface* WebRtcLocalAudioTrackAdapter::GetSource() const {
mock_peer_connection_dependency_factory.h 75 class MockAudioSource : public webrtc::AudioSourceInterface {
182 virtual scoped_refptr<webrtc::AudioSourceInterface>
peer_connection_dependency_factory.h 143 virtual scoped_refptr<webrtc::AudioSourceInterface>
peer_connection_dependency_factory.cc 226 scoped_refptr<webrtc::AudioSourceInterface> rtc_source(
403 scoped_refptr<webrtc::AudioSourceInterface>
406 scoped_refptr<webrtc::AudioSourceInterface> source =
mock_peer_connection_dependency_factory.cc 20 using webrtc::AudioSourceInterface;
449 scoped_refptr<webrtc::AudioSourceInterface>
media_stream_track_metrics_unittest.cc 11 using webrtc::AudioSourceInterface;
38 MOCK_CONST_METHOD0(GetSource, AudioSourceInterface*());
  /external/chromium_org/content/renderer/media/
media_stream_audio_source.h 31 void SetLocalAudioSource(webrtc::AudioSourceInterface* source) {
44 webrtc::AudioSourceInterface* local_audio_source() {
55 scoped_refptr<webrtc::AudioSourceInterface> local_audio_source_;
webrtc_audio_renderer.h 24 class AudioSourceInterface;
140 typedef std::map<webrtc::AudioSourceInterface*, PlayingStates>
161 void UpdateSourceVolume(webrtc::AudioSourceInterface* source);
166 bool AddPlayingState(webrtc::AudioSourceInterface* source,
171 bool RemovePlayingState(webrtc::AudioSourceInterface* source,
webrtc_audio_renderer.cc 510 webrtc::AudioSourceInterface* source) {
538 webrtc::AudioSourceInterface* source,
553 webrtc::AudioSourceInterface* source,
581 webrtc::AudioSourceInterface* source = (*it)->GetSource();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 275 talk_base::scoped_refptr<webrtc::AudioSourceInterface> source =
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 97 using webrtc::AudioSourceInterface;
    [all...]

Completed in 193 milliseconds