Home
last modified time | relevance | path

Searched defs:now_us (Results 1 – 3 of 3) sorted by relevance

/device/generic/car/emulator/audio/driver/
Daudio_hw.c289 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; in get_current_output_position() local
355 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + in out_write() local
705 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; in get_current_input_position() local
/device/linaro/dragonboard/audio/
Daudio_hw.c502 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; in get_current_output_position() local
552 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + in out_write() local
937 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; in get_current_input_position() local
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c505 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; in get_current_output_position() local
555 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + in out_write() local
940 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; in get_current_input_position() local