Lines Matching refs:timeout
1631 struct timespec timeout;
1638 timeout.tv_sec = ms / 1000;
1639 timeout.tv_nsec = (int) (ms % 1000) * 1000000;
1640 requested = &timeout;
1710 // FIXME starts the requested timeout and elapsed over from scratch
1957 struct timespec timeout;
1958 timeout.tv_sec = WAIT_STREAM_END_TIMEOUT_SEC;
1959 timeout.tv_nsec = 0;
1961 status_t status = proxy->waitStreamEndDone(&timeout);
2077 struct timespec timeout;
2080 timeout.tv_sec = ns / 1000000000LL;
2081 timeout.tv_nsec = ns % 1000000000LL;
2082 ALOGV("timeout %ld.%03d", timeout.tv_sec, (int) timeout.tv_nsec / 1000000);
2083 requested = &timeout;
3119 // audio track is active and internally paused with timeout.