Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_media_task.c241 int ts_prev_us; member
314 if ((now_us - cur_stat.ts_prev_us) < TPUT_STATS_INTERVAL_US) in tput_mon()
318 (cur_stat.rx)/((now_us - cur_stat.ts_prev_us)/1000), in tput_mon()
319 (cur_stat.tx)/((now_us - cur_stat.ts_prev_us)/1000), in tput_mon()
325 cur_stat.ts_prev_us = now_us; in tput_mon()