Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhearing_aid_software_encoding_aidl.cc55 total_bytes_read_(0),
90 log::verbose("data={} byte(s), timestamp={}.{}s, delay report={} msec.", total_bytes_read_, in GetPresentationPosition()
96 *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
122 total_bytes_read_ = 0; in ResetPresentationPosition()
128 total_bytes_read_ += bytes_read; in LogBytesRead()
141 uint64_t total_bytes_read_; member in __anon50790cfa0111::HearingAidTransport
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dhearing_aid_software_encoding_hidl.cc58 total_bytes_read_(0),
91 log::verbose("data={} byte(s), timestamp={}.{}s, delay report={} msec.", total_bytes_read_, in GetPresentationPosition()
97 *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
121 total_bytes_read_ = 0; in ResetPresentationPosition()
127 total_bytes_read_ += bytes_read; in LogBytesRead()
140 uint64_t total_bytes_read_; member in __anonc3088a280111::HearingAidTransport
Da2dp_encoding_hidl.cc102 total_bytes_read_(0),
160 *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
163 total_bytes_read_, data_position_.tv_sec, data_position_.tv_nsec); in GetPresentationPosition()
185 total_bytes_read_ = 0; in ResetPresentationPosition()
191 total_bytes_read_ += bytes_read; in LogBytesRead()
202 uint64_t total_bytes_read_; member in bluetooth::audio::hidl::a2dp::__anon198a7c7a0211::A2dpTransport
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc108 uint64_t total_bytes_read_; variable
132 total_bytes_read_ = 0; in StartRequest()
207 .total_bytes_read = total_bytes_read_, in GetPresentationPosition()
240 total_bytes_read_ = 0; in init()
298 total_bytes_read_ += bytes_read; in read()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_encoding_aidl.cc92 uint64_t total_bytes_read_; member in bluetooth::audio::aidl::a2dp::__anon2fe4f2220211::A2dpTransport
135 total_bytes_read_(0),
197 *total_bytes_read = total_bytes_read_; in GetPresentationPosition()
200 total_bytes_read_, data_position_.tv_sec, data_position_.tv_nsec); in GetPresentationPosition()
210 total_bytes_read_ = 0; in ResetPresentationPosition()
216 total_bytes_read_ += bytes_read; in LogBytesRead()