Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Dhearing_aid_software_encoding.cc47 total_bytes_read_(0),
81 VLOG(2) << __func__ << ": data=" << total_bytes_read_ in GetPresentationPosition()
88 if (total_bytes_read != nullptr) *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
110 total_bytes_read_ = 0; in ResetPresentationPosition()
116 total_bytes_read_ += bytes_read; in LogBytesRead()
129 uint64_t total_bytes_read_; member in __anon806d0e4c0111::HearingAidTransport
Da2dp_encoding.cc55 total_bytes_read_(0),
138 *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
141 << "/10ms, data=" << total_bytes_read_ in GetPresentationPosition()
166 total_bytes_read_ = 0; in ResetPresentationPosition()
172 total_bytes_read_ += bytes_read; in LogBytesRead()
185 uint64_t total_bytes_read_; member in __anon7d047d5e0111::A2dpTransport