Lines Matching full:opendecryptsession
43 "openDecryptSession",
265 DecryptHandle* DrmManagerService::openDecryptSession(
267 ALOGV("Entering DrmManagerService::openDecryptSession");
269 return mDrmManager->openDecryptSession(uniqueId, fd, offset, length, mime);
275 DecryptHandle* DrmManagerService::openDecryptSession(
277 ALOGV("Entering DrmManagerService::openDecryptSession with uri");
279 return mDrmManager->openDecryptSession(uniqueId, uri, mime);
285 DecryptHandle* DrmManagerService::openDecryptSession(
287 ALOGV("Entering DrmManagerService::openDecryptSession for streaming");
289 return mDrmManager->openDecryptSession(uniqueId, buf, mimeType);