HomeSort by relevance Sort by last modified time
    Searched full:oldts (Results 1 - 1 of 1) sorted by null

  /frameworks/av/services/audioflinger/
FastMixer.cpp 55 struct timespec oldTs = {0, 0};
187 oldTsValid = !clock_gettime(CLOCK_MONOTONIC, &oldTs);
470 time_t sec = newTs.tv_sec - oldTs.tv_sec;
471 long nsec = newTs.tv_nsec - oldTs.tv_nsec;
474 oldTs.tv_sec, oldTs.tv_nsec, newTs.tv_sec, newTs.tv_nsec);
593 oldTs = newTs;
    [all...]

Completed in 49 milliseconds