HomeSort by relevance Sort by last modified time
    Searched defs:nr_bytes (Results 1 - 2 of 2) sorted by null

  /system/core/libdiskconfig/
diskutils.c 39 ssize_t nr_bytes; local
63 if ((nr_bytes = read(src_fd, buffer, sizeof(buffer))) < 0) {
71 if (!nr_bytes) {
77 total += nr_bytes;
81 nr_bytes = 0;
83 while (nr_bytes > 0) {
84 if ((tmp = write(dst_fd, buffer, nr_bytes)) < 0) {
93 nr_bytes -= tmp;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 1476 int nr_bytes = 0; local
    [all...]

Completed in 91 milliseconds