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

/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp422 Vector<uint8_t> const *pSessionId = NULL; local
425 pSessionId = &mByteArrayProperties[index];
434 (int)code, extra, pSessionId ? vectorToString(*pSessionId) : "{}",
437 sendEvent(eventType, extra, pSessionId, pData);
442 Vector<uint8_t> const *pSessionId = NULL; local
445 pSessionId = &mByteArrayProperties[index];
449 expiryTimeMS, pSessionId ? vectorToString(*pSessionId) : "{}");
451 sendExpirationUpdate(pSessionId, expiryTimeM
453 Vector<uint8_t> const *pSessionId = NULL; local
[all...]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c1111 FwdLockConv_Status_t FwdLockConv_OpenSession(int *pSessionId, FwdLockConv_Output_t *pOutput) { argument
1113 if (pSessionId == NULL || pOutput == NULL) {
1116 *pSessionId = FwdLockConv_AcquireSession();
1117 if (*pSessionId < 0) {
1120 FwdLockConv_Session_t *pSession = sessionPtrs[*pSessionId];
1160 FwdLockConv_ReleaseSession(*pSessionId);
1161 *pSessionId = -1;

Completed in 66 milliseconds