Home
last modified time | relevance | path

Searched refs:filePos (Results 1 – 1 of 1) sorted by relevance

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