Home
last modified time | relevance | path

Searched refs:written_bytes (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/iomgr/
Dtcp_posix_test.cc204 size_t written_bytes; in read_test() local
223 written_bytes = fill_socket_partial(sv[0], num_bytes); in read_test()
224 gpr_log(GPR_INFO, "Wrote %" PRIuPTR " bytes", written_bytes); in read_test()
228 state.target_read_bytes = written_bytes; in read_test()
256 ssize_t written_bytes; in large_read_test() local
274 written_bytes = fill_socket(sv[0]); in large_read_test()
275 gpr_log(GPR_INFO, "Wrote %" PRIuPTR " bytes", written_bytes); in large_read_test()
279 state.target_read_bytes = static_cast<size_t>(written_bytes); in large_read_test()
487 size_t written_bytes; in release_fd_test() local
513 written_bytes = fill_socket_partial(sv[0], num_bytes); in release_fd_test()
[all …]
/external/adhd/cras/src/server/
Dcras_a2dp_iodev.c378 size_t written_bytes; in put_buffer() local
383 written_bytes = nwritten * format_bytes; in put_buffer()
385 if (written_bytes > buf_writable(a2dpio->pcm_buf)) in put_buffer()
388 buf_increment_write(a2dpio->pcm_buf, written_bytes); in put_buffer()
/external/adhd/cras/src/tests/
Dhfp_iodev_unittest.cc326 unsigned written_bytes) in hfp_buf_release() argument
329 hfp_buf_release_nwritten_val = written_bytes; in hfp_buf_release()