HomeSort by relevance Sort by last modified time
    Searched full:newts (Results 1 - 4 of 4) 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 445 struct timespec newTs;
446 int rc = clock_gettime(CLOCK_MONOTONIC, &newTs);
449 time_t sec = newTs.tv_sec - oldTs.tv_sec;
450 long nsec = newTs.tv_nsec - oldTs.tv_nsec;
573 oldTs = newTs;
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 382 TopSpec* newts; local
501 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec));
502 vg_assert(newts);
503 newts->next = NULL; /* not significant */
504 newts->seginfo = newdi;
505 newts->specs = specList;
506 newts->mark = False; /* not significant */
528 generate_and_add_actives( specList, newts,
535 newdi, newts );
539 generate_and_add_actives( specList, newts,
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 2379 struct tstate* newts = (struct tstate*)ARG1; local
    [all...]

Completed in 94 milliseconds