Home
last modified time | relevance | path

Searched refs:ConfigureSync (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/call/
Dcall.cc105 void ConfigureSync(const std::string& sync_group)
345 ConfigureSync(config.sync_group); in CreateAudioReceiveStream()
367 ConfigureSync(sync_group); in DestroyAudioReceiveStream()
455 ConfigureSync(config.sync_group); in CreateVideoReceiveStream()
489 ConfigureSync(receive_stream_impl->config().sync_group); in DestroyVideoReceiveStream()
606 void Call::ConfigureSync(const std::string& sync_group) { in ConfigureSync() function in webrtc::internal::Call
/external/webrtc/webrtc/video/
Dvie_sync_module.h36 int ConfigureSync(int voe_channel_id,
Dvie_sync_module.cc65 int ViESyncModule::ConfigureSync(int voe_channel_id, in ConfigureSync() function in webrtc::ViESyncModule
Dvie_channel.cc1161 return vie_sync_.ConfigureSync(ve_channel_id, ve_sync_interface, in SetVoiceChannel()