HomeSort by relevance Sort by last modified time
    Searched refs:AudioTrackInterface (Results 26 - 36 of 36) sorted by null

12

  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnectionFactory.mm 143 rtc::scoped_refptr<webrtc::AudioTrackInterface> track =
  /external/webrtc/talk/app/webrtc/
peerconnectionfactory.cc 297 rtc::scoped_refptr<AudioTrackInterface>
301 rtc::scoped_refptr<AudioTrackInterface> track(AudioTrack::Create(id, source));
peerconnectioninterface.h 337 AudioTrackInterface* track) = 0;
557 virtual rtc::scoped_refptr<AudioTrackInterface>
peerconnection.cc 412 AudioTrackInterface* AddAudioTrack(uint32_t ssrc,
416 return AddTrack<AudioTrackInterface, AudioTrack, AudioTrackProxy>(
738 AudioTrackInterface* track) {
    [all...]
statscollector.cc 393 void StatsCollector::AddLocalAudioTrack(AudioTrackInterface* audio_track,
415 void StatsCollector::RemoveLocalAudioTrack(AudioTrackInterface* audio_track,
    [all...]
peerconnectioninterface_unittest.cc 261 using webrtc::AudioTrackInterface;
355 rtc::scoped_refptr<webrtc::AudioTrackInterface> audio_track(
641 scoped_refptr<AudioTrackInterface> audio_track(
655 scoped_refptr<AudioTrackInterface> audio_track(
    [all...]
peerconnection_unittest.cc 403 rtc::scoped_refptr<webrtc::AudioTrackInterface> CreateLocalAudioTrack(
510 rtc::scoped_refptr<webrtc::AudioTrackInterface> non_localtrack(
515 webrtc::AudioTrackInterface* localtrack =
    [all...]
statscollector_unittest.cc 152 : public webrtc::MediaStreamTrack<webrtc::AudioTrackInterface> {
155 : webrtc::MediaStreamTrack<webrtc::AudioTrackInterface>(id),
    [all...]
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 276 rtc::scoped_refptr<webrtc::AudioTrackInterface> audio_track(
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 397 rtc::scoped_refptr<webrtc::AudioTrackInterface> audio_track(
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 107 using webrtc::AudioTrackInterface;
    [all...]

Completed in 320 milliseconds

12