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

  /external/qemu/audio/
noaudio.c 33 int64_t old_ticks; member in struct:NoVoiceOut
38 int64_t old_ticks; member in struct:NoVoiceIn
55 ticks = now - no->old_ticks;
60 no->old_ticks = now;
111 int64_t ticks = now - no->old_ticks;
115 no->old_ticks = now;
wavaudio.c 40 int64_t old_ticks; member in struct:WAVVoiceOut
65 int64_t ticks = now - wav->old_ticks;
81 wav->old_ticks = now;
232 int64_t old_ticks; member in struct:WAVVoiceIn
358 int64_t ticks = now - wav->old_ticks;
373 wav->old_ticks = now;

Completed in 504 milliseconds