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 __anon782f87550111::HearingAidTransport
Da2dp_encoding.cc66 total_bytes_read_(0),
152 *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
155 << "/10ms, data=" << total_bytes_read_ in GetPresentationPosition()
180 total_bytes_read_ = 0; in ResetPresentationPosition()
186 total_bytes_read_ += bytes_read; in LogBytesRead()
199 uint64_t total_bytes_read_; member in __anoneef004670111::A2dpTransport