Lines Matching refs:timespec
80 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/};
81 const struct timespec ClientProxy::kNonBlocking = {0 /*tv_sec*/, 0 /*tv_nsec*/};
113 status_t ClientProxy::obtainBuffer(Buffer* buffer, const struct timespec *requested, in obtainBuffer()
114 struct timespec *elapsed) in obtainBuffer()
118 struct timespec total; // total elapsed time spent waiting in obtainBuffer()
142 struct timespec before; in obtainBuffer()
237 struct timespec remaining; in obtainBuffer()
238 const struct timespec *ts; in obtainBuffer()
288 struct timespec after; in obtainBuffer()
453 status_t AudioTrackClientProxy::waitStreamEndDone(const struct timespec *requested) in waitStreamEndDone()
455 struct timespec total; // total elapsed time spent waiting in waitStreamEndDone()
495 struct timespec remaining; in waitStreamEndDone()
496 const struct timespec *ts; in waitStreamEndDone()