HomeSort by relevance Sort by last modified time
    Searched refs:ts2ns (Results 1 - 2 of 2) sorted by null

  /external/blktrace/btreplay/
btreplay.c 282 * ts2ns - Convert timespec values to a nanosecond value
285 static inline __u64 ts2ns(struct timespec *ts) function
291 * ts2ns - Convert timeval values to a nanosecond value
356 return ts2ns(&ts);
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 367 static int64_t ts2ns(const struct timespec *ts) function
380 const int64_t now = ts2ns(&now_ts);
    [all...]

Completed in 95 milliseconds