Home
last modified time | relevance | path

Searched refs:total_bytes_read (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_control.cc41 uint64_t total_bytes_read = 0; member
291 (uint8_t*)&(delay_report_stats.total_bytes_read), in btif_a2dp_recv_ctrl_data()
430 delay_report_stats.total_bytes_read += bytes_read; in btif_a2dp_control_log_bytes_read()
442 delay_report_stats.total_bytes_read = 0; in btif_a2dp_control_reset_audio_delay()
/aosp12/system/bt/audio_hal_interface/
H A Dhearing_aid_software_encoding.cc80 uint64_t* total_bytes_read, in GetPresentationPosition() argument
89 if (total_bytes_read != nullptr) *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
H A Dclient_interface.cc114 uint64_t total_bytes_read; in getPresentationPosition() local
117 &remote_delay_report_ns, &total_bytes_read, &data_position); in getPresentationPosition()
124 total_bytes_read = 0; in getPresentationPosition()
129 << ", data=" << total_bytes_read in getPresentationPosition()
133 remote_delay_report_ns, total_bytes_read, in getPresentationPosition()
H A Da2dp_encoding.cc140 uint64_t* total_bytes_read, in GetPresentationPosition() argument
143 *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
H A Dle_audio_software.cc190 uint64_t* total_bytes_read, in GetPresentationPosition() argument
193 total_bytes_read, data_position); in GetPresentationPosition()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dring_buffer.cpp74 u32 total_bytes_read; member
419 rbc->total_bytes_read += bytes_read; in rb_read()
536 rbc->total_bytes_read += cur_read_len; in rb_get_read_buf()
574 rbs->total_bytes_read = rbc->total_bytes_read; in rb_get_stats()
H A Dring_buffer.h42 u32 total_bytes_read; member
H A Drb_wrapper.cpp79 rbs->read_bytes = rb_stats.total_bytes_read; in get_rb_status()
/aosp12/system/bt/stack/a2dp/
H A Da2dp_aac_encoder.cc626 uint32_t total_bytes_read = 0; in a2dp_aac_encode_frames() local
676 total_bytes_read += bytes_read; in a2dp_aac_encode_frames()
696 total_bytes_read)) in a2dp_aac_encode_frames()