Searched refs:maxPosn (Results 1 – 2 of 2) sorted by relevance
343 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) in handleSeek() argument355 newOffset = maxPosn + offset; in handleSeek()364 if (newOffset < 0 || newOffset > maxPosn) { in handleSeek()366 (long) newOffset, (long) maxPosn); in handleSeek()
162 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);