Home | History | Annotate | Download | only in libmedia

Lines Matching refs:clock_gettime

920             if (clock_gettime(CLOCK_MONOTONIC, &mStartTime) != 0) {
984 if ((mStartTime.tv_sec != 0) && (clock_gettime(CLOCK_MONOTONIC, &stopTime) == 0)) {
1284 if (clock_gettime(CLOCK_MONOTONIC, &lpToneGen->mStartTime) != 0) {