Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_media_task.c349 static UINT64 last_frame_us = 0; variable
2429 last_frame_us = 0; in btif_media_task_aa_start_tx()
2485 last_frame_us = 0; in btif_media_task_aa_stop_tx()
2639 if (last_frame_us != 0) in btif_get_num_aa_frame_iteration()
2640 us_this_tick = (now_us - last_frame_us); in btif_get_num_aa_frame_iteration()
2641 last_frame_us = now_us; in btif_get_num_aa_frame_iteration()