Home
last modified time | relevance | path

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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp691 DecodeSession* decoderSession = NULL; local
694 (NULL != (decoderSession = decodeSessionMap.getValue(decryptHandle->decryptId))) &&
698 if (offset != decoderSession->offset) {
699 decoderSession->offset = onLseek(uniqueId, decryptHandle, offset, SEEK_SET);
702 if (((off_t)-1) != decoderSession->offset) {