HomeSort by relevance Sort by last modified time
    Searched full:diff_us (Results 1 - 1 of 1) sorted by null

  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 172 unsigned long long diff_us; local
182 diff_us = (now.tv_sec - prev.tv_sec) * USEC_PER_SEC + (now.tv_nsec - prev.tv_nsec)/1000;
184 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val);
188 diff_us = (now.tv_sec - prev.tv_sec) * USEC_PER_SEC + (now.tv_nsec - prev.tv_nsec)/1000;
190 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val);
    [all...]

Completed in 423 milliseconds