Lines Matching refs:topos
234 Double topos = AUDIO_UNKNOWN_TIME; in Copy() local
237 return (Copy(to, frompos, topos, limit)); in Copy()
249 Double& topos, in Copy() argument
259 if (Undefined(topos)) in Copy()
260 topos = to->WritePosition(); in Copy()
273 err = AsyncCopy(to, frompos, topos, len); in Copy()
328 Double& topos, in AsyncCopy() argument
353 bptr = (caddr_t)tob->GetAddress(topos); in AsyncCopy()
371 topos += limit; in AsyncCopy()
372 tob->SetLength(topos); in AsyncCopy()
393 svto = topos; in AsyncCopy()
401 err = to->WriteData(bptr, bufsiz, topos); in AsyncCopy()
402 limit = topos - svto; in AsyncCopy()