Lines Matching refs:clock_gettime
39 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &mPreviousTs);
41 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
47 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
49 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
58 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
60 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
102 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
104 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
133 rc = clock_gettime(CLOCK_MONOTONIC, &ts);
135 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
155 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
157 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);