Searched refs:read_bytes (Results 1 – 8 of 8) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/ |
D | tunnel.c | 137 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/ |
D | command_printer.py | 93 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/ |
D | rb_wrapper.cpp | 79 rbs->read_bytes = rb_stats.total_bytes_read; in get_rb_status()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | rb_wrapper.cpp | 79 rbs->read_bytes = rb_stats.total_bytes_read; in get_rb_status()
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_logger.h | 273 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/ |
D | venc_test.cpp | 1443 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/ |
D | aidl_struct_util.cpp | 161 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/ |
D | halutil.cpp | 2875 status->read_bytes, status->ring_buffer_byte_size, in onRingBufferData() 3261 status->read_bytes, in LoggerGetRingbufferStatus()
|