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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c97 int candidateSessionId = (fileDesc + i) % MAX_NUM_SESSIONS; local
98 if (sessionPtrs[candidateSessionId] == NULL) {
99 sessionPtrs[candidateSessionId] = malloc(sizeof **sessionPtrs);
100 if (sessionPtrs[candidateSessionId] != NULL) {
101 sessionPtrs[candidateSessionId]->fileDesc = fileDesc;
102 sessionPtrs[candidateSessionId]->pContentType = NULL;
103 sessionPtrs[candidateSessionId]->pEncryptedSessionKey = NULL;
104 sessionId = candidateSessionId;
133 int candidateSessionId = (fileDesc + i) % MAX_NUM_SESSIONS; local
134 if (sessionPtrs[candidateSessionId] !
[all...]

Completed in 30 milliseconds