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

  /external/webrtc/talk/app/webrtc/
audiotrack.h 47 const rtc::scoped_refptr<AudioSourceInterface>& source);
53 const rtc::scoped_refptr<AudioSourceInterface>& source);
60 AudioSourceInterface* GetSource() const override;
69 const rtc::scoped_refptr<AudioSourceInterface> audio_source_;
audiotrack.cc 41 const scoped_refptr<AudioSourceInterface>& source) {
46 const scoped_refptr<AudioSourceInterface>& source)
66 AudioSourceInterface* AudioTrack::GetSource() const {
localaudiosource.h 37 // LocalAudioSource implements AudioSourceInterface.
44 class LocalAudioSource : public Notifier<AudioSourceInterface> {
peerconnectionfactoryproxy.h 56 PROXY_METHOD1(rtc::scoped_refptr<AudioSourceInterface>,
64 CreateAudioTrack, const std::string&, AudioSourceInterface*)
mediastreaminterface.h 161 // AudioSourceInterface is a reference counted source used for AudioTracks.
163 class AudioSourceInterface : public MediaSourceInterface {
220 virtual AudioSourceInterface* GetSource() const = 0;
peerconnectionfactory.h 70 rtc::scoped_refptr<AudioSourceInterface> CreateAudioSource(
83 AudioSourceInterface* audio_source) override;
mediastreamtrackproxy.h 44 PROXY_CONSTMETHOD0(AudioSourceInterface*, GetSource)
remoteaudiosource.h 50 class RemoteAudioSource : public Notifier<AudioSourceInterface> {
75 // AudioSourceInterface implementation.
rtpreceiver.h 44 public AudioSourceInterface::AudioObserver,
56 // AudioSourceInterface::AudioObserver implementation
peerconnectionfactory.cc 209 rtc::scoped_refptr<AudioSourceInterface>
299 AudioSourceInterface* source) {
peerconnectioninterface.h 538 // Creates a AudioSourceInterface.
540 virtual rtc::scoped_refptr<AudioSourceInterface> CreateAudioSource(
559 AudioSourceInterface* source) = 0;
peerconnectioninterface_unittest.cc 259 using webrtc::AudioSourceInterface;
657 audio_track_label, static_cast<AudioSourceInterface*>(NULL)));
    [all...]
peerconnection_unittest.cc 408 rtc::scoped_refptr<webrtc::AudioSourceInterface> source =
    [all...]
statscollector_unittest.cc 158 webrtc::AudioSourceInterface* GetSource() const override { return NULL; }
    [all...]
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 274 rtc::scoped_refptr<webrtc::AudioSourceInterface> source =
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 106 using webrtc::AudioSourceInterface;
    [all...]

Completed in 773 milliseconds