Home
last modified time | relevance | path

Searched refs:written_bytes (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/bluetooth/hci/test/
Dh4_protocol_unittest.cc255 size_t written_bytes = 0; in WriteAndExpectManyAclDataPacketsDifferentOffsetsShort() local
257 while (written_bytes < total_bytes) { in WriteAndExpectManyAclDataPacketsDifferentOffsetsShort()
258 size_t to_write = std::min(partial_size, total_bytes - written_bytes); in WriteAndExpectManyAclDataPacketsDifferentOffsetsShort()
260 write(chip_uart_fd_, all_packets + written_bytes, to_write)); in WriteAndExpectManyAclDataPacketsDifferentOffsetsShort()
261 written_bytes += to_write; in WriteAndExpectManyAclDataPacketsDifferentOffsetsShort()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Drb_wrapper.cpp78 rbs->written_bytes = rb_stats.total_bytes_written; in get_rb_status()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Drb_wrapper.cpp78 rbs->written_bytes = rb_stats.total_bytes_written; in get_rb_status()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_logger.h271 u32 written_bytes; // number of bytes that was written to the buffer by driver, member
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp840 const ssize_t written_bytes = written_frames * frame_size; in out_write() local
841 SUBMIX_ALOGV("out_write() wrote %zd bytes %zd frames", written_bytes, written_frames); in out_write()
842 return written_bytes; in out_write()
/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.cpp2874 status->verbose_level, status->written_bytes, in onRingBufferData()
3260 status->written_bytes, in LoggerGetRingbufferStatus()