Searched defs:call_end_timestamp (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hf.c158 struct timespec call_end_timestamp; member in struct:_btif_hf_cb
1208 clock_gettime(CLOCK_MONOTONIC, &btif_hf_cb[0].call_end_timestamp);
1390 if (now.tv_sec < btif_hf_cb[0].call_end_timestamp.tv_sec +
1397 btif_hf_cb[0].call_end_timestamp.tv_sec = 0;

Completed in 81 milliseconds