HomeSort by relevance Sort by last modified time
    Searched defs:bytes_read (Results 176 - 200 of 219) sorted by null

1 2 3 4 5 6 78 9

  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_hdmi.cpp 579 ssize_t bytes_read = 0; local
582 bytes_read = Sys::pread_(fd, config_buffer, kPageSize, 0);
586 DLOGI_IF(kTagDriverConfig, "bytes_read = %d", bytes_read);
588 return (bytes_read > 0);
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 427 int bytes_read; local
434 bytes_read = posix::Read(read_fd(), &flag, 1);
435 } while (bytes_read == -1 && errno == EINTR);
437 if (bytes_read == 0) {
439 } else if (bytes_read == 1) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 427 int bytes_read; local
434 bytes_read = posix::Read(read_fd(), &flag, 1);
435 } while (bytes_read == -1 && errno == EINTR);
437 if (bytes_read == 0) {
439 } else if (bytes_read == 1) {
    [all...]
  /system/bt/btif/src/
btif_a2dp_source.cc 691 uint32_t bytes_read = UIPC_Read(UIPC_CH_ID_AV_AUDIO, &event, p_buf, len); local
693 if (bytes_read < len) {
695 bytes_read, len);
697 (len - bytes_read);
703 return bytes_read;
    [all...]
  /system/core/libbacktrace/
backtrace_test.cpp 986 size_t bytes_read = backtrace->Read(read_addr, data, 2 * pagesize); local
987 ASSERT_EQ(pagesize, bytes_read);
992 bytes_read = backtrace->Read(read_addr + i, data, 2 * sizeof(word_t));
993 ASSERT_EQ(2 * sizeof(word_t), bytes_read);
1003 bytes_read = backtrace->Read(read_addr + i, data, j);
1004 ASSERT_EQ(j, bytes_read);
1083 size_t bytes_read = backtrace->Read(reinterpret_cast<uintptr_t>(&g_ready), local
1086 ASSERT_EQ(sizeof(uintptr_t), bytes_read); local
1092 ASSERT_EQ(sizeof(uintptr_t), bytes_read); local
1664 size_t bytes_read = backtrace->Read(reinterpret_cast<uintptr_t>(const_cast<int*>(&value)), local
1666 ASSERT_EQ(sizeof(read_value), bytes_read); local
    [all...]
  /system/extras/perfprofd/quipper/
perf_reader.cc 312 int bytes_read = AlignSize(sizeof(sample->raw_size) + sample->raw_size, local
314 array += bytes_read / sizeof(uint64_t);
    [all...]
  /system/update_engine/common/
utils.cc 201 size_t bytes_read = 0; local
203 while (bytes_read < count) {
204 ssize_t rc = HANDLE_EINTR(read(fd, c_buf + bytes_read, count - bytes_read));
210 *out_bytes_read = bytes_read;
220 bytes_read += rc;
223 *out_bytes_read = bytes_read;
281 ssize_t bytes_read = 0; local
282 while (bytes_read < static_cast<ssize_t>(count)) {
283 ssize_t rc = pread(fd, c_buf + bytes_read, count - bytes_read
300 ssize_t bytes_read = 0; local
1055 ssize_t bytes_read = 0; local
    [all...]
  /system/update_engine/payload_consumer/
delta_performer.cc 1003 ssize_t bytes_read = 0; local
1115 ssize_t bytes_read = 0; local
    [all...]
  /test/vts/runners/target/gtest/
gtest_main.cpp 730 ssize_t bytes_read = TEMP_FAILURE_RETRY( local
732 if (bytes_read > 0) {
733 buf[bytes_read] = '\0';
735 } else if (bytes_read == 0) {
    [all...]
  /bionic/tests/
gtest_main.cpp 760 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(child_proc.child_read_fd, buf, sizeof(buf) - 1)); local
761 if (bytes_read > 0) {
762 buf[bytes_read] = '\0';
764 } else if (bytes_read == 0) {
    [all...]
  /external/ImageMagick/MagickCore/
nt-base.c 2335 bytes_read, local
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 148 unsigned long long bytes_read; member in struct:resource_track
  /external/google-breakpad/src/processor/
minidump.cc 4433 std::streamsize bytes_read = stream_->gcount(); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 641 unsigned bytes_read = inst->src[2].ud; local
642 assert(bytes_read % 4 == 0);
643 unsigned vec4s_read = DIV_ROUND_UP(bytes_read, 16);
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 80 int bytes_read = 0; local
81 while (bytes_read >= 0) {
83 bytes_read = read(fd, buffer, sizeof(buffer));
86 auxv_element + sizeof(auxv_element) <= buffer + bytes_read &&
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 1829 size_t bytes_read = 0; local
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 722 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer.data(), buffer.size())); local
723 if (bytes_read == 0) {
725 } else if (bytes_read == -1) {
729 err = zip_writer_->WriteBytes(buffer.data(), bytes_read);
1454 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd.get(), buffer.data(), buffer.size())); local
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 301 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
    [all...]
  /system/core/adb/
commandline.cpp 1048 ssize_t bytes_read = adb_read(fd, cur, bytes_left); local
    [all...]
sysdeps_win32.cpp 1621 const int bytes_read = std::min(len, g_console_input_buffer.size()); local
    [all...]
  /external/bison/src/
scan-gram.c 3530 size_t bytes_read = fread (buf, 1, size, fp); local
    [all...]
  /external/blktrace/
blktrace.c 926 int bytes_read; local
930 bytes_read = __net_recv_data(nc->fd, bnh, sizeof(*bnh));
933 if (bytes_read == sizeof(*bnh))
935 else if (bytes_read == 0)
    [all...]
  /external/libpcap/
pcap-linux.c 557 ssize_t bytes_read; local
568 bytes_read = readlink(pathstr, phydev_path, phydev_max_pathlen);
569 if (bytes_read == -1) {
585 phydev_path[bytes_read] = '\0';
    [all...]
  /external/stressapptest/src/
worker.cc 3093 int64 bytes_read = 0; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 2590 int bytes_read=0; local
2633 int bytes_read=0; local
2657 int bytes_read = 0; local
2799 int bytes_read = 0; local
2978 int bytes_read = 0; local
3084 unsigned int read_code = 0, bytes_read, byte_pos = 0, frame_type; local
3214 unsigned int bytes_read = 0; local
    [all...]

Completed in 1668 milliseconds

1 2 3 4 5 6 78 9