Searched refs:bytes_received (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/ppapi/c/trusted/
H A Dppb_url_loader_trusted.h37 int64_t bytes_received,
/external/chromium_org/ppapi/api/trusted/
H A Dppb_url_loader_trusted.idl23 [in] int64_t bytes_received,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc59 uint32_t bytes_received = 0; local
61 statistician->GetDataCounters(&bytes_received, &packets_received);
62 EXPECT_EQ(200u, bytes_received);
69 statistician->GetDataCounters(&bytes_received, &packets_received);
70 EXPECT_EQ(600u, bytes_received);
82 statisticians[kSsrc1]->GetDataCounters(&bytes_received, &packets_received);
83 EXPECT_EQ(300u, bytes_received);
85 statisticians[kSsrc2]->GetDataCounters(&bytes_received, &packets_received);
86 EXPECT_EQ(900u, bytes_received);
90 &bytes_received,
128 uint32_t bytes_received = 0; local
[all...]
/external/netperf/
H A Dnettest_dlpi.h54 int bytes_received; /* ignored initially */ member in struct:dlpi_co_stream_results_struct
99 int bytes_received; /* ignored initially */ member in struct:dlpi_co_rr_results_struct
143 int bytes_received; member in struct:dlpi_cl_stream_results_struct
189 int bytes_received; /* ignored initially */ member in struct:dlpi_cl_rr_results_struct
H A Dnettest_unix.h51 int bytes_received; /* ignored initially */ member in struct:stream_stream_results_struct
94 int bytes_received; /* ignored initially */ member in struct:stream_rr_results_struct
135 int bytes_received; member in struct:dg_stream_results_struct
179 int bytes_received; /* ignored initially */ member in struct:dg_rr_results_struct
H A Dnettest_xti.h50 double bytes_received; member in struct:xti_tcp_stream_results_struct
94 unsigned int bytes_received; /* ignored initially */ member in struct:xti_tcp_rr_results_struct
140 unsigned int bytes_received; /* ignored initially */ member in struct:xti_tcp_conn_rr_results_struct
181 unsigned int bytes_received; member in struct:xti_udp_stream_results_struct
224 unsigned int bytes_received; /* ignored initially */ member in struct:xti_udp_rr_results_struct
H A Dnettest_sctp.h52 double bytes_received; member in struct:sctp_stream_results_struct
97 unsigned int bytes_received; /* ignored initially */ member in struct:sctp_rr_results_struct
H A Dnettest_sdp.h57 double bytes_received; member in struct:sdp_stream_results_struct
102 unsigned int bytes_received; /* ignored initially */ member in struct:sdp_rr_results_struct
H A Dnettest_bsd.h60 double bytes_received; member in struct:tcp_stream_results_struct
155 unsigned int bytes_received; /* ignored initially */ member in struct:tcp_rr_results_struct
201 unsigned int bytes_received; /* ignored initially */ member in struct:tcp_conn_rr_results_struct
247 unsigned int bytes_received; /* ignored initially */ member in struct:tcp_tran_rr_results_struct
291 unsigned int bytes_received; member in struct:udp_stream_results_struct
334 unsigned int bytes_received; /* ignored initially */ member in struct:udp_rr_results_struct
380 unsigned int bytes_received; /* ignored initially */ member in struct:tcp_cc_results_struct
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_sync_reader.cc142 size_t bytes_received = 0; local
145 bytes_received = socket_->ReceiveWithTimeout(
147 if (bytes_received != sizeof(renderer_buffer_index)) {
148 bytes_received = 0;
161 if (!bytes_received || renderer_buffer_index != buffer_index_) {
/external/chromium_org/ppapi/thunk/
H A Dppb_url_loader_thunk.cc69 int64_t* bytes_received,
74 memset(bytes_received, 0, sizeof(*bytes_received));
78 return enter.object()->GetDownloadProgress(bytes_received,
68 GetDownloadProgress(PP_Resource loader, int64_t* bytes_received, int64_t* total_bytes_to_be_received) argument
H A Dppb_url_loader_api.h38 virtual PP_Bool GetDownloadProgress(int64_t* bytes_received,
/external/chromium_org/net/quic/
H A Dquic_connection_stats.cc16 bytes_received(0),
55 << ", bytes received: " << s.bytes_received
H A Dquic_connection_stats.h30 uint64 bytes_received; // Includes duplicate data for a stream, fec. member in struct:net::QuicConnectionStats
/external/chromium_org/ppapi/c/
H A Dppb_url_loader.h142 * @param[in] bytes_received The number of bytes received thus far.
151 int64_t* bytes_received,
/external/chromium_org/ppapi/cpp/
H A Durl_loader.h104 /// @param[in] bytes_received The number of bytes received thus far.
111 bool GetDownloadProgress(int64_t* bytes_received,
H A Durl_loader.cc65 int64_t* bytes_received,
70 pp_resource(), bytes_received, total_bytes_to_be_received));
64 GetDownloadProgress( int64_t* bytes_received, int64_t* total_bytes_to_be_received) const argument
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.cc175 void BluetoothConnection::OnReceive(int bytes_received, argument
177 VLOG(1) << "[BC] Received " << bytes_received << " bytes.";
178 OnBytesReceived(std::string(buffer->data(), bytes_received));
H A Dbluetooth_connection.h66 void OnReceive(int bytes_received, scoped_refptr<net::IOBuffer> buffer);
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
H A Durl_loader_handler.cc68 int64_t bytes_received = 0; local
70 if (url_loader_.GetDownloadProgress(&bytes_received,
/external/chromium_org/ppapi/api/
H A Dppb_url_loader.idl138 * @param[in] bytes_received The number of bytes received thus far.
149 [out] int64_t bytes_received,
/external/chromium_org/ppapi/proxy/
H A Durl_loader_resource.h55 int64_t* bytes_received,
98 int64_t bytes_received,
H A Durl_loader_resource.cc136 int64_t* bytes_received,
139 *bytes_received = 0;
143 *bytes_received = bytes_received_;
317 int64_t bytes_received,
321 bytes_received_ = bytes_received;
135 GetDownloadProgress( int64_t* bytes_received, int64_t* total_bytes_to_be_received) argument
313 OnPluginMsgUpdateProgress( const ResourceMessageReplyParams& params, int64_t bytes_sent, int64_t total_bytes_to_be_sent, int64_t bytes_received, int64_t total_bytes_to_be_received) argument
/external/libnfc-nci/src/nfc/tags/
H A Drw_main.c139 rw_cb.stats.bytes_received+=num_bytes;
159 RW_TRACE_DEBUG2 (" rx stats: rx-crc errors %i, bytes received: %i", rw_cb.stats.num_crc, rw_cb.stats.bytes_received);
/external/chromium_org/extensions/renderer/resources/
H A Ddata_receiver.js232 serialized.bytes_received = this.bytesReceived_;
265 serialized.bytes_received,

Completed in 457 milliseconds

123