Home
last modified time | relevance | path

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

/frameworks/av/drm/drmserver/
DDrmManager.cpp43 mDecryptSessionId(0), in DrmManager()
408 handle->decryptId = mDecryptSessionId + 1; in openDecryptSession()
416 ++mDecryptSessionId; in openDecryptSession()
417 mDecryptSessionMap.add(mDecryptSessionId, &rDrmEngine); in openDecryptSession()
436 handle->decryptId = mDecryptSessionId + 1; in openDecryptSession()
444 ++mDecryptSessionId; in openDecryptSession()
445 mDecryptSessionMap.add(mDecryptSessionId, &rDrmEngine); in openDecryptSession()
465 handle->decryptId = mDecryptSessionId + 1; in openDecryptSession()
473 ++mDecryptSessionId; in openDecryptSession()
474 mDecryptSessionMap.add(mDecryptSessionId, &rDrmEngine); in openDecryptSession()
DDrmManager.h154 int mDecryptSessionId; variable