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

  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 53 struct timespec newTs;
54 int rc = clock_gettime(CLOCK_MONOTONIC, &newTs);
60 mOldTs = newTs;
64 time_t sec = newTs.tv_sec - mOldTs.tv_sec;
65 long nsec = newTs.tv_nsec - mOldTs.tv_nsec;
70 mOldTs = newTs;
FastMixer.cpp 465 struct timespec newTs;
466 int rc = clock_gettime(CLOCK_MONOTONIC, &newTs);
468 //logWriter->logTimestamp(newTs);
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...]
  /external/valgrind/main/coregrind/
m_redir.c 397 TopSpec* newts; local
634 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
635 vg_assert(newts);
636 newts->next = NULL; /* not significant */
637 newts->seginfo = newdi;
638 newts->specs = specList;
639 newts->mark = False; /* not significant */
661 generate_and_add_actives( specList, newts,
668 newdi, newts );
672 generate_and_add_actives( specList, newts,
    [all...]

Completed in 2565 milliseconds