Home
last modified time | relevance | path

Searched refs:read_bytes (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap4xxx/libtiutils/
DMessageQueue.cpp118 size_t read_bytes = 0; in get() local
120 while( read_bytes < sizeof(*msg) ) in get()
122 int err = read(this->fd_read, p, sizeof(*msg) - read_bytes); in get()
131 read_bytes += err; in get()
/hardware/ti/omap4-aah/libtiutils/
DMessageQueue.cpp119 size_t read_bytes = 0; in get() local
121 while( read_bytes < sizeof(*msg) ) in get()
123 int err = read(this->fd_read, p, sizeof(*msg) - read_bytes); in get()
132 read_bytes += err; in get()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Drb_wrapper.cpp79 rbs->read_bytes = rb_stats.total_bytes_read; in get_rb_status()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_logger.h262 u32 read_bytes; // number of bytes that was read from the buffer by user land, member
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1443 int bytes = 0, read_bytes = 0; in VencTest_ReadAndEmpty() local
1460 read_bytes += bytes; in VencTest_ReadAndEmpty()
1474 read_bytes += bytes; in VencTest_ReadAndEmpty()
1479 E("\n\nActual read bytes: %d, NV12 buffer size: %d\n\n\n", read_bytes, m_sProfile.nFrameRead); in VencTest_ReadAndEmpty()