Searched refs:handleSeek (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) function in class:Asset
508 newPosn = handleSeek(offset, whence, mOffset, mLength);
807 newPosn = handleSeek(offset, whence, mOffset, mUncompressedLen);

Completed in 53 milliseconds