Home
last modified time | relevance | path

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

/frameworks/av/drm/drmserver/
DDrmManager.cpp66 mDecryptSessionId(0), in DrmManager()
572 handle->decryptId = mDecryptSessionId + 1; in openDecryptSession()
580 ++mDecryptSessionId; in openDecryptSession()
581 mDecryptSessionMap.add(mDecryptSessionId, &rDrmEngine); in openDecryptSession()
601 handle->decryptId = mDecryptSessionId + 1; in openDecryptSession()
609 ++mDecryptSessionId; in openDecryptSession()
610 mDecryptSessionMap.add(mDecryptSessionId, &rDrmEngine); in openDecryptSession()
631 handle->decryptId = mDecryptSessionId + 1; in openDecryptSession()
639 ++mDecryptSessionId; in openDecryptSession()
640 mDecryptSessionMap.add(mDecryptSessionId, &rDrmEngine); in openDecryptSession()
DDrmManager.h205 int mDecryptSessionId; variable