Searched refs:total_bytes_read_ (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | hearing_aid_software_encoding_aidl.cc | 55 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/ |
D | hearing_aid_software_encoding_hidl.cc | 58 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
|
D | a2dp_encoding_hidl.cc | 102 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/ |
D | a2dp_encoding_host.cc | 108 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/ |
D | a2dp_encoding_aidl.cc | 92 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()
|