Home | History | Annotate | Download | only in libaudioclient

Lines Matching refs:clock_gettime

975             if (clock_gettime(CLOCK_MONOTONIC, &mStartTime) != 0) {
1039 if ((mStartTime.tv_sec != 0) && (clock_gettime(CLOCK_MONOTONIC, &stopTime) == 0)) {
1328 if (clock_gettime(CLOCK_MONOTONIC, &lpToneGen->mStartTime) != 0) {