Searched refs:total_bytes_read (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/bt/btif/src/ |
H A D | btif_a2dp_control.cc | 41 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 D | hearing_aid_software_encoding.cc | 80 uint64_t* total_bytes_read, in GetPresentationPosition() argument 89 if (total_bytes_read != nullptr) *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
|
H A D | client_interface.cc | 114 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 D | a2dp_encoding.cc | 140 uint64_t* total_bytes_read, in GetPresentationPosition() argument 143 *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
|
H A D | le_audio_software.cc | 190 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 D | ring_buffer.cpp | 74 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 D | ring_buffer.h | 42 u32 total_bytes_read; member
|
H A D | rb_wrapper.cpp | 79 rbs->read_bytes = rb_stats.total_bytes_read; in get_rb_status()
|
/aosp12/system/bt/stack/a2dp/ |
H A D | a2dp_aac_encoder.cc | 626 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()
|