Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Drb_wrapper.cpp78 rbs->written_bytes = rb_stats.total_bytes_written; in get_rb_status()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_logger.h272 u32 written_bytes; // number of bytes that was written to the buffer by driver, member
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp868 const ssize_t written_bytes = written_frames * frame_size; in audio_config_compare() local
869 SUBMIX_ALOGV("out_write() wrote %zd bytes %zd frames", written_bytes, written_frames); in audio_config_compare()
870 return written_bytes; in audio_config_compare()