HomeSort by relevance Sort by last modified time
    Searched refs:rtt (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiRttManagerFacade.java 87 rttResult.putLong("rtt", result.rtt);
142 * A {@link ResponderCallback} that handles success and failures for enabling RTT responder
180 @Rpc(description = "Get wifi Rtt capabilities.")
243 * Start WiFi RTT ranging using the given params. Returns the id associated with the
262 * Stop WiFi Rtt ranging for {@link RttListener} identified by the given {@code index}.
270 * Enable WiFi RTT responder role. Returns the id associated with the {@link ResponderCallback}
282 * Disable WiFi RTT responder role for the {@link ResponderCallback} identified by the given
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 155 int32_t RTT(uint32_t remote_ssrc,
156 int64_t* rtt,
348 FRIEND_TEST_ALL_PREFIXES(RtpRtcpImplTest, Rtt);
383 // The processed RTT from RtcpRttStats.
rtcp_receiver.cc 165 int32_t RTCPReceiver::RTT(uint32_t remoteSSRC,
166 int64_t* RTT,
178 if (RTT) {
179 *RTT = reportBlock->RTT;
478 // We can calc RTT if we send a send report and get a report block back.
542 // Estimate RTT
547 int64_t RTT = 0;
550 RTT = receiveTimeMS - d - sendTimeMS;
551 if (RTT <= 0)
956 int64_t rtt = _clock->CurrentNtpInMilliseconds() - delay_rr_ms - send_time_ms; local
    [all...]
rtcp_receiver_unittest.cc 119 rtcp_packet_info_.rtt = rtcpPacketInformation.rtt;
372 -1, rtcp_receiver_->RTT(kSenderSsrc, nullptr, nullptr, nullptr, nullptr));
385 0, rtcp_receiver_->RTT(kSenderSsrc, nullptr, nullptr, nullptr, nullptr));
388 EXPECT_EQ(-1, rtcp_receiver_->RTT(kSenderSsrc + 1, nullptr, nullptr, nullptr,
668 // since the RTT is not estimated.
688 // since the RTT is not estimated.
714 // since the RTT is not estimated.
    [all...]
  /external/webrtc/webrtc/video/
vie_channel.cc 768 // have a chance of calculating an RTT we will try with the SSRC of the
785 int64_t rtt = 0; local
786 if (rtp_rtcp_modules_[0]->RTT(remote_ssrc, &rtt, &dummy, &dummy, &dummy) !=
790 *rtt_ms = rtt;
    [all...]
  /device/linaro/poplar/wifi/wifi_hal/
gscan.cpp 181 to->rtt = from->rtt;
356 result->rtt = it2.get_u64();
805 fixed->rtt, fixed->rtt_sd, drv_res->scan_ch_bucket, drv_res->ie_length);
    [all...]
rtt.cpp 465 ALOGD("Setting RTT configuration");
475 ALOGE("failed to configure RTT setup; result = %d", result);
480 ALOGI("Successfully started RTT operation");
485 ALOGD("Stopping RTT");
503 ALOGE("Stopping RTT");
512 ALOGE("failed to stop RTT; result = %d", result);
526 ALOGI("Got an RTT event");
530 ALOGI("No rtt results found");
598 "\trssi : %d dbm, rx_rate : %d Kbps, rtt : %llu ns, rtt_sd : %llu\n"
604 rtt_result->rtt/10, rtt_result->rtt_sd, rtt_result->distance_mm / 10
    [all...]
  /external/iproute2/misc/
ss.c 703 double rto, ato, rtt, rttvar; member in struct:tcpstat
2170 double rtt = 0; local
    [all...]
  /external/tcpdump/
print-sctp.c 292 /* for both RTT request/response the
312 struct sctpHBrequest rtt; member in struct:sctpHBsender
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 311 int64_t rtt) {
312 // Encoder doesn't know anything about packet loss or rtt so just return.
  /external/webrtc/webrtc/p2p/base/
port.h 459 uint32_t rtt() const { return rtt_; } function in class:cricket::Connection
p2ptransportchannel_unittest.cc     [all...]
  /external/iperf3/src/
iperf_api.c     [all...]
  /external/autotest/client/bin/
utils.py 920 rtt = utils.system_output(cmd)
922 # eMMC will not have this field; rtt == ''
923 # SSD will have zero rotation rate; rtt == '0'
924 # For harddisk rtt > 0
925 return rtt and int(rtt) > 0
    [all...]
  /device/google/marlin/common/
base.mk 803 frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml \
  /external/golang-protobuf/proto/proto3_proto/
proto3.pb.go 326 Rtt map[int32]int32 `protobuf:"bytes,1,rep,name=rtt,proto3" json:"rtt,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
359 return m.Rtt
  /external/grpc-grpc-java/services/src/main/java/io/grpc/services/
ChannelzProtoUtil.java 304 .setTcpiRtt(i.rtt)
  /external/iproute2/ip/
iproute.c 46 [RTAX_RTT] = "rtt",
87 fprintf(stderr, " [ rtt TIME ] [ rttvar TIME ] [ reordering NUMBER ]\n");
1011 } else if (strcmp(*argv, "rtt") == 0) {
1012 unsigned int rtt; local
1019 if (get_time_rtt(&rtt, *argv, &raw))
1020 invarg("\"rtt\" value is invalid\n", *argv);
1022 (raw) ? rtt : rtt * 8);
    [all...]
  /device/google/wahoo/
device.mk 189 frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml \
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc     [all...]
  /device/google/bonito/
device.mk 217 frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml \
    [all...]
  /device/google/crosshatch/
device.mk 227 frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml \
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gk104.asm 700 rtt terminate label
705 rtt label
  /external/webrtc/talk/app/webrtc/
statscollector.cc 631 { StatsReport::kStatsValueNameRtt, info.rtt },
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 803 int VP9EncoderImpl::SetChannelParameters(uint32_t packet_loss, int64_t rtt) {
    [all...]

Completed in 1965 milliseconds

1 2 3 45 6