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

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

Completed in 99 milliseconds