Home
last modified time | relevance | path

Searched refs:CreateAudioSource (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactoryproxy.h57 CreateAudioSource, const MediaConstraintsInterface*) in PROXY_METHOD1()
Dpeerconnectionfactory.h70 rtc::scoped_refptr<AudioSourceInterface> CreateAudioSource(
Dpeerconnectionfactory.cc210 PeerConnectionFactory::CreateAudioSource( in CreateAudioSource() function in webrtc::PeerConnectionFactory
Dpeerconnectioninterface.h540 virtual rtc::scoped_refptr<AudioSourceInterface> CreateAudioSource(
Dpeerconnection_unittest.cc409 peer_connection_factory_->CreateAudioSource(&constraints); in CreateLocalAudioTrack()
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc275 peer_connection_factory_->CreateAudioSource(&constraints); in GetUserMedia()
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc399 kAudioLabel, peer_connection_factory_->CreateAudioSource(NULL))); in AddStreams()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1251 factory->CreateAudioSource(constraints.get())); in JOW()