Home
last modified time | relevance | path

Searched refs:total_bytes_processed_ (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_host_transport.cc34 total_bytes_processed_(0), in LeAudioTransport()
85 total_bytes_processed_, data_position_.tv_sec, in GetPresentationPosition()
91 *total_bytes_processed = total_bytes_processed_; in GetPresentationPosition()
125 total_bytes_processed_ = 0; in ResetPresentationPosition()
131 total_bytes_processed_ += bytes_processed; in LogBytesProcessed()
Dle_audio_software_host_transport.h79 uint64_t total_bytes_processed_; variable
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dle_audio_software_hidl.cc109 total_bytes_processed_(0), in LeAudioTransport()
186 total_bytes_processed_, data_position_.tv_sec, in GetPresentationPosition()
192 *total_bytes_processed = total_bytes_processed_; in GetPresentationPosition()
227 total_bytes_processed_ = 0; in ResetPresentationPosition()
233 total_bytes_processed_ += bytes_processed; in LogBytesProcessed()
Dle_audio_software_hidl.h99 uint64_t total_bytes_processed_; variable
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_software_aidl.cc70 total_bytes_processed_(0), in LeAudioTransport()
217 total_bytes_processed_, data_position_.tv_sec, in GetPresentationPosition()
223 *total_bytes_processed = total_bytes_processed_; in GetPresentationPosition()
273 total_bytes_processed_ = 0; in ResetPresentationPosition()
279 total_bytes_processed_ += bytes_processed; in LogBytesProcessed()
Dle_audio_software_aidl.h119 uint64_t total_bytes_processed_; variable