Searched defs:filePos (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c68 off64_t filePos; member in struct:FwdLockFile_Session
246 uint64_t blockIndex = pSession->filePos / AES_BLOCK_SIZE;
247 uint64_t blockOffset = pSession->filePos % AES_BLOCK_SIZE;
289 pSession->filePos = 0;
310 ++pSession->filePos;
340 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
347 pSession->filePos = newFilePos - pSession->dataOffset;
348 newFilePos = pSession->filePos;
401 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,

Completed in 230 milliseconds