Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_media_task.c305 static UINT64 last_frame_us = 0; variable
2397 last_frame_us = 0; in btif_media_task_aa_start_tx()
2429 last_frame_us = 0; in btif_media_task_aa_stop_tx()
2459 if (last_frame_us != 0) in btif_get_num_aa_frame()
2460 us_this_tick = (now_us - last_frame_us); in btif_get_num_aa_frame()
2461 last_frame_us = now_us; in btif_get_num_aa_frame()