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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp676 DecodeSession* decoderSession = NULL; local
679 (NULL != (decoderSession = decodeSessionMap.getValue(decryptHandle->decryptId))) &&
683 if (offset != decoderSession->offset) {
684 decoderSession->offset = onLseek(uniqueId, decryptHandle, offset, SEEK_SET);
687 if (((off_t)-1) != decoderSession->offset) {

Completed in 64 milliseconds