Searched defs:sending (Results 1 - 14 of 14) sorted by relevance

/external/curl/lib/
H A Dhttp.h149 HTTPSEND_REQUEST, /* sending a request */
150 HTTPSEND_BODY, /* sending body */
152 } sending; member in struct:HTTP
182 typedef int (*sending)(void); /* Curl_send */ typedef
200 sending send_underlying; /* underlying send Curl_send callback */
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.h194 bool sending() const { return sending_; } function in class:cricket::WebRtcVideoChannel2
/external/webrtc/webrtc/voice_engine/
H A Dchannel.h94 sending(false),
102 bool sending; member in struct:webrtc::voe::ChannelState::State
147 state_.sending = enable;
424 return channel_state_.Get().sending;
/external/webrtc/talk/media/base/
H A Dfakemediaengine.h52 // A common helper class that handles sending and receiving RTP/RTCP packets.
68 bool sending() const { return sending_; } function in class:cricket::RtpHelper
153 // sending stream.
161 // sending stream.
H A Dvideoengine_unittest.h221 bool sending = channel_->sending(); local
229 success = SetSend(sending);
413 EXPECT_FALSE(channel_->sending());
416 EXPECT_FALSE(channel_->sending());
418 EXPECT_TRUE(channel_->sending());
422 EXPECT_FALSE(channel_->sending());
426 EXPECT_FALSE(channel_->sending());
428 EXPECT_FALSE(channel_->sending());
1386 // Test sending an
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc227 bool sending) {
233 if (sending == false && sending_ == true) {
238 sending_ = sending;
617 // Before sending the TMMBR check the received TMMBN, only an owner is
751 // TODO(sprang): Merge XR report sending to contain all of RRTR, DLRR, VOIP?
226 SetSendingStatus(const FeedbackState& feedback_state, bool sending) argument
H A Drtp_rtcp_impl.cc186 // For sending streams, make sure to not send a SR before media has been sent.
189 // Prevent sending streams to send SR before any media has been sent.
360 int32_t ModuleRtpRtcpImpl::SetSendingStatus(const bool sending) { argument
361 if (rtcp_sender_.Sending() != sending) {
363 if (rtcp_sender_.SetSendingStatus(GetFeedbackState(), sending) != 0) {
371 rtp_sender_.SetSendingStatus(sending);
372 if (sending) {
392 void ModuleRtpRtcpImpl::SetSendingMediaStatus(const bool sending) { argument
393 rtp_sender_.SetSendingMediaStatus(sending);
427 // No RTP sender is interested in sending thi
[all...]
/external/libvncserver/rfb/
H A Drfb.h304 /** this is the amount of milliseconds to wait at least before sending
423 int sending; member in struct:_rfbFileTransferData
502 RFB_INITIALISATION, /**< sending initialisation messages */
508 RFB_INITIALISATION_SHARED /**< sending initialisation messages with implicit shared-flag already true */
538 rectangles. When sending an update, the copyRegion is always sent
560 cases it is more efficient to defer sending the update by a few
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 381 milliseconds