OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diff_us
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/hci/src/
userial.c
106
unsigned int
diff_us
= 0;
local
111
diff_us
= (now.tv_sec - prev.tv_sec) * USEC_PER_SEC + (now.tv_nsec - prev.tv_nsec)/1000;
113
ALOGW("[userial] ts %08d diff : %08d len %d", now_us,
diff_us
,
/external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c
152
unsigned long long
diff_us
;
local
160
diff_us
= (now.tv_sec - prev.tv_sec) * USEC_PER_SEC + (now.tv_nsec - prev.tv_nsec)/1000;
162
DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us,
diff_us
, val);
166
diff_us
= (now.tv_sec - prev.tv_sec) * USEC_PER_SEC + (now.tv_nsec - prev.tv_nsec)/1000;
168
DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us,
diff_us
, val);
/external/bluetooth/bluedroid/btif/src/
btif_media_task.c
327
unsigned int
diff_us
= 0;
local
332
diff_us
= (now.tv_sec - prev.tv_sec) * USEC_PER_SEC + (now.tv_nsec - prev.tv_nsec)/1000;
334
APPL_TRACE_DEBUG4("[%s] ts %08d, diff : %08d, queue sz %d", comment, now_us,
diff_us
,
[
all
...]
Completed in 219 milliseconds