Home | History | Annotate | Download | only in libaudioclient

Lines Matching refs:elapsed

112         struct timespec *elapsed)
115 struct timespec total; // total elapsed time spent waiting
118 bool measure = elapsed != NULL; // whether to measure total elapsed time spent waiting
283 // update total elapsed time spent waiting
322 if (elapsed != NULL) {
323 *elapsed = total;
329 ALOGV("requested %ld.%03ld elapsed %ld.%03ld",
416 struct timespec total; // total elapsed time spent waiting