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

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

Completed in 90 milliseconds