Home
last modified time | relevance | path

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

/external/webrtc/api/
Dpeer_connection_factory_proxy.h49 CreateAudioSource,
Dpeer_connection_interface.h1395 virtual rtc::scoped_refptr<AudioSourceInterface> CreateAudioSource(
/external/webrtc/api/test/
Dmock_peer_connection_factory_interface.h55 CreateAudioSource,
/external/webrtc/pc/
Dpeer_connection_factory.h60 rtc::scoped_refptr<AudioSourceInterface> CreateAudioSource(
Dpeer_connection_rampup_tests.cc134 pc_factory()->CreateAudioSource(options); in CreateLocalAudioTrack()
Dpeer_connection_factory.cc212 PeerConnectionFactory::CreateAudioSource(const cricket::AudioOptions& options) { in CreateAudioSource() function in webrtc::PeerConnectionFactory
Dpeer_connection_integrationtest.cc332 peer_connection_factory_->CreateAudioSource(options); in CreateLocalAudioTrack()
/external/webrtc/test/pc/e2e/media/
Dmedia_helper.cc41 peer->pc_factory()->CreateAudioSource(audio_config.audio_options); in MaybeAddAudio()
/external/webrtc/test/network/
Dnetwork_emulation_pc_unittest.cc152 alice_pcf->CreateAudioSource(cricket::AudioOptions()); in TEST()
/external/webrtc/pc/test/
Dpeer_connection_test_wrapper.cc321 peer_connection_factory_->CreateAudioSource(options); in GetUserMedia()
/external/webrtc/test/peer_scenario/
Dpeer_scenario_client.cc257 auto source = pc_factory_->CreateAudioSource(options); in CreateAudio()
/external/webrtc/examples/peerconnection/client/
Dconductor.cc441 kAudioLabel, peer_connection_factory_->CreateAudioSource( in AddTracks()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCPeerConnectionFactory.mm218 _nativeFactory->CreateAudioSource(options);
/external/webrtc/examples/unityplugin/
Dsimple_peer_connection.cc428 kAudioLabel, g_peer_connection_factory->CreateAudioSource( in AddStreams()
/external/webrtc/sdk/android/src/jni/pc/
Dpeer_connection_factory.cc402 ->CreateAudioSource(options)); in JNI_PeerConnectionFactory_CreateAudioSource()