Lines Matching refs:timespec
59 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/};
60 const struct timespec ClientProxy::kNonBlocking = {0 /*tv_sec*/, 0 /*tv_nsec*/};
70 status_t ClientProxy::obtainBuffer(Buffer* buffer, const struct timespec *requested, in obtainBuffer()
71 struct timespec *elapsed) in obtainBuffer()
74 struct timespec total; // total elapsed time spent waiting in obtainBuffer()
98 struct timespec before; in obtainBuffer()
181 struct timespec remaining; in obtainBuffer()
182 const struct timespec *ts; in obtainBuffer()
231 struct timespec after; in obtainBuffer()
376 status_t AudioTrackClientProxy::waitStreamEndDone(const struct timespec *requested) in waitStreamEndDone()
378 struct timespec total; // total elapsed time spent waiting in waitStreamEndDone()
418 struct timespec remaining; in waitStreamEndDone()
419 const struct timespec *ts; in waitStreamEndDone()