Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/
Dtunnel.c137 int read_bytes; in ia_read_tunnel_data() local
149 read_bytes = read(thdl->tunnel_dev, buf, buf_sz); in ia_read_tunnel_data()
150 if (read_bytes == 0) { in ia_read_tunnel_data()
155 return read_bytes; in ia_read_tunnel_data()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dcommand_printer.py93 def read_bytes(self, size: int): member in CommandPrinter
101 buf = self.read_bytes(size)
106 buf = self.read_bytes(4)
232 buf = self.read_bytes(size)
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Drb_wrapper.cpp79 rbs->read_bytes = rb_stats.total_bytes_read; in get_rb_status()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Drb_wrapper.cpp79 rbs->read_bytes = rb_stats.total_bytes_read; in get_rb_status()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_logger.h273 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/aidl/default/
Daidl_struct_util.cpp161 if (legacy_status.written_bytes >= legacy_status.read_bytes) { in convertLegacyDebugRingBufferStatusToAidl()
163 (legacy_status.written_bytes - legacy_status.read_bytes); in convertLegacyDebugRingBufferStatusToAidl()
165 aidl_status->freeSizeInBytes = legacy_status.read_bytes - legacy_status.written_bytes; in convertLegacyDebugRingBufferStatusToAidl()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp2875 status->read_bytes, status->ring_buffer_byte_size, in onRingBufferData()
3261 status->read_bytes, in LoggerGetRingbufferStatus()