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/google/cuttlefish_common/guest/hals/audio/
Daudio_hw.c494 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; in get_current_output_position() local
544 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + in out_write() local
946 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; in get_current_input_position() local
/device/generic/goldfish/audio/
Daudio_hw.c491 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; in get_current_output_position() local
541 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + in out_write() local
943 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; in get_current_input_position() local