HomeSort by relevance Sort by last modified time
    Searched defs:hw_tstamp (Results 1 - 4 of 4) sorted by null

  /external/adhd/cras/src/server/
cras_iodev.c 49 struct timespec hw_tstamp; local
52 rc = cras_iodev_frames_queued(odev, &hw_tstamp);
1044 struct timespec *hw_tstamp)
1048 rc = iodev->frames_queued(iodev, hw_tstamp);
1138 struct timespec *hw_tstamp)
1142 rc = cras_iodev_frames_queued(odev, hw_tstamp);
    [all...]
audio_thread.c 1149 struct timespec hw_tstamp; local
1168 rc = cras_iodev_frames_queued(odev, &hw_tstamp);
1174 hw_tstamp.tv_sec, hw_tstamp.tv_nsec);
1175 if (timespec_is_nonzero(&hw_tstamp)) {
1183 if (cras_iodev_update_rate(odev, hw_level, &hw_tstamp))
1320 struct timespec hw_tstamp; local
    [all...]
cras_alsa_io.c 1689 struct timespec hw_tstamp; local
    [all...]
  /external/adhd/cras/src/tests/
iodev_unittest.cc 1026 struct timespec hw_tstamp; local
1830 struct timespec hw_tstamp; local
    [all...]

Completed in 209 milliseconds