Home
last modified time | relevance | path

Searched refs:StartSend (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/audio/voip/
Daudio_channel.cc85 void AudioChannel::StartSend() { in StartSend() function in webrtc::AudioChannel
86 egress_->StartSend(); in StartSend()
Daudio_egress.h63 void StartSend();
Dvoip_core.cc239 bool VoipCore::StartSend(ChannelId channel) { in StartSend() function in webrtc::VoipCore
245 audio_channel->StartSend(); in StartSend()
Daudio_channel.h48 void StartSend();
Dvoip_core.h72 bool StartSend(ChannelId channel) override;
Daudio_egress.cc59 void AudioEgress::StartSend() { in StartSend() function in webrtc::AudioEgress
/external/webrtc/audio/voip/test/
Dvoip_core_unittest.cc68 EXPECT_TRUE(voip_core_->StartSend(*channel)); in TEST_F()
95 EXPECT_FALSE(voip_core_->StartSend(*channel)); in TEST_F()
Daudio_channel_unittest.cc60 audio_channel_->StartSend(); in SetUp()
Daudio_ingress_unittest.cc71 egress_->StartSend(); in SetUp()
Daudio_egress_unittest.cc73 egress_->StartSend(); in SetUp()
/external/webrtc/api/voip/
Dvoip_base.h61 virtual bool StartSend(ChannelId channel_id) = 0;
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.h89 void StartSend();
Dremote_copy_node.cc117 void RemoteCopyNode::StartSend() { in StartSend() function in tensorflow::eager::RemoteCopyNode
485 StartSend(); in RunAsync()
/external/webrtc/examples/androidvoip/jni/
Dandroid_voip_client.h96 jboolean StartSend(JNIEnv* env);
Dandroid_voip_client.cc294 jboolean AndroidVoipClient::StartSend(JNIEnv* env) { in StartSend() function in webrtc_examples::AndroidVoipClient
303 return voip_engine_->Base().StartSend(*channel_); in StartSend()
/external/webrtc/audio/
Dchannel_send.h112 virtual void StartSend() = 0;
Dmock_voe_channel_proxy.h158 MOCK_METHOD(void, StartSend, (), (override));
Dchannel_send.cc94 void StartSend() override;
530 void ChannelSend::StartSend() { in StartSend() function in webrtc::voe::__anonbb1b0d450111::ChannelSend
Daudio_send_stream.cc393 channel_send_->StartSend(); in Start()
/external/rust/crates/futures-util/src/compat/
Dcompat03as01.rs7 AsyncSink as AsyncSink01, Sink as Sink01, StartSend as StartSend01,