Searched refs:read_bytes (Results 1 - 5 of 5) sorted by path

/system/bt/osi/src/
H A Dosi.c44 ssize_t read_bytes = read(rand_fd, &rand, sizeof(rand)); local
47 assert(read_bytes == sizeof(rand));
/system/connectivity/shill/net/
H A Dnetlink_socket_unittest.cc81 int read_bytes = min(len, next_read_string_.GetLength()); local
82 memcpy(buf, next_read_string_.GetConstData(), read_bytes);
84 return read_bytes;
/system/core/adb/
H A Dsysdeps_win32.cpp324 DWORD read_bytes; local
326 if ( !ReadFile( f->fh_handle, buf, (DWORD)len, &read_bytes, NULL ) ) {
330 } else if (read_bytes < (DWORD)len) {
333 return (int)read_bytes;
/system/extras/iotop/
H A Dtaskstats.cpp194 read_bytes_ = taskstats_stats.read_bytes;
/system/extras/simpleperf/
H A Devent_fd.cpp170 size_t read_bytes = to - data_process_buffer_.data(); local
172 DiscardMmapData(read_bytes);
173 return read_bytes;

Completed in 126 milliseconds