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

/frameworks/base/libs/androidfw/
H A DAsset.cpp359 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) argument
371 newOffset = maxPosn + offset;
380 if (newOffset < 0 || newOffset > maxPosn) {
382 (long) newOffset, (long) maxPosn);
/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h141 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);

Completed in 301 milliseconds