Home
last modified time | relevance | path

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

/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.h274 u32 read_bytes; // number of bytes that was read from the buffer by user land, member
/hardware/qcom/media/msm8974/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()
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp201 if (legacy_status.written_bytes >= legacy_status.read_bytes) { in convertLegacyDebugRingBufferStatusToHidl()
204 (legacy_status.written_bytes - legacy_status.read_bytes); in convertLegacyDebugRingBufferStatusToHidl()
207 legacy_status.read_bytes - legacy_status.written_bytes; in convertLegacyDebugRingBufferStatusToHidl()