Home
last modified time | relevance | path

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

/device/generic/car/emulator/audio/driver/
Daudio_hw.c488 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; in get_current_output_position() local
901 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; in get_current_input_position() local
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto6345 optional int64 now_us = 11; field