Lines Matching refs:timespec
73 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/};
74 const struct timespec ClientProxy::kNonBlocking = {0 /*tv_sec*/, 0 /*tv_nsec*/};
84 status_t ClientProxy::obtainBuffer(Buffer* buffer, const struct timespec *requested, in obtainBuffer()
85 struct timespec *elapsed) in obtainBuffer()
88 struct timespec total; // total elapsed time spent waiting in obtainBuffer()
112 struct timespec before; in obtainBuffer()
195 struct timespec remaining; in obtainBuffer()
196 const struct timespec *ts; in obtainBuffer()
245 struct timespec after; in obtainBuffer()
393 status_t AudioTrackClientProxy::waitStreamEndDone(const struct timespec *requested) in waitStreamEndDone()
395 struct timespec total; // total elapsed time spent waiting in waitStreamEndDone()
434 struct timespec remaining; in waitStreamEndDone()
435 const struct timespec *ts; in waitStreamEndDone()