Home
last modified time | relevance | path

Searched refs:total_bytes_read_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/audio_hal_interface/
H A Dhearing_aid_software_encoding.cc48 total_bytes_read_(0),
82 VLOG(2) << __func__ << ": data=" << total_bytes_read_ in GetPresentationPosition()
89 if (total_bytes_read != nullptr) *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
111 total_bytes_read_ = 0; in ResetPresentationPosition()
117 total_bytes_read_ += bytes_read; in LogBytesRead()
130 uint64_t total_bytes_read_; member in __anon5478a5380110::HearingAidTransport
H A Da2dp_encoding.cc59 total_bytes_read_(0),
143 *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
146 << "/10ms, data=" << total_bytes_read_ in GetPresentationPosition()
171 total_bytes_read_ = 0; in ResetPresentationPosition()
177 total_bytes_read_ += bytes_read; in LogBytesRead()
190 uint64_t total_bytes_read_; member in __anona577bc4a0110::A2dpTransport