Searched refs:maxPosn (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DAsset.h125 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);
/frameworks/base/libs/androidfw/
H A DAsset.cpp315 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) argument
327 newOffset = maxPosn + offset;
336 if (newOffset < 0 || newOffset > maxPosn) {
338 (long) newOffset, (long) maxPosn);

Completed in 87 milliseconds