Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_bluetooth_hw/
H A Dstream_apis.cc139 struct timespec dispersed_timestamp = {}; in in_calculate_starving_delay_ms() local
143 &delay_report_ns, &dispersed_bytes, &dispersed_timestamp); in in_calculate_starving_delay_ms()
152 << " bytes, timestamp=" << dispersed_timestamp.tv_sec << "." in in_calculate_starving_delay_ms()
153 << StringPrintf("%09ld", dispersed_timestamp.tv_nsec) << "s"; in in_calculate_starving_delay_ms()
172 *time = (dispersed_timestamp.tv_sec * 1000000000LL + in in_calculate_starving_delay_ms()
173 dispersed_timestamp.tv_nsec) / in in_calculate_starving_delay_ms()