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

  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 63 mOldTs = newTs;
67 time_t sec = newTs.tv_sec - mOldTs.tv_sec;
68 long nsec = newTs.tv_nsec - mOldTs.tv_nsec;
73 mOldTs = newTs;
AudioWatchdog.h 46 // mOldTs
77 struct timespec mOldTs; // monotonic time when threadLoop last ran
79 bool mOldTsValid; // whether mOldTs is valid

Completed in 175 milliseconds