Lines Matching refs:timespec
78 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/};
79 const struct timespec ClientProxy::kNonBlocking = {0 /*tv_sec*/, 0 /*tv_nsec*/};
111 status_t ClientProxy::obtainBuffer(Buffer* buffer, const struct timespec *requested, in obtainBuffer()
112 struct timespec *elapsed) in obtainBuffer()
116 struct timespec total; // total elapsed time spent waiting in obtainBuffer()
140 struct timespec before; in obtainBuffer()
235 struct timespec remaining; in obtainBuffer()
236 const struct timespec *ts; in obtainBuffer()
286 struct timespec after; in obtainBuffer()
450 status_t AudioTrackClientProxy::waitStreamEndDone(const struct timespec *requested) in waitStreamEndDone()
452 struct timespec total; // total elapsed time spent waiting in waitStreamEndDone()
492 struct timespec remaining; in waitStreamEndDone()
493 const struct timespec *ts; in waitStreamEndDone()