Home | History | Annotate | Download | only in common

Lines Matching full:opendecryptsession

606 DecryptHandle* BpDrmManagerService::openDecryptSession(
608 ALOGV("Entering BpDrmManagerService::openDecryptSession");
632 DecryptHandle* BpDrmManagerService::openDecryptSession(
635 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
659 DecryptHandle* BpDrmManagerService::openDecryptSession(
661 ALOGV("Entering BpDrmManagerService::openDecryptSession");
1333 = openDecryptSession(uniqueId, fd, offset, length, mime.string());
1352 DecryptHandle* handle = openDecryptSession(uniqueId, uri.string(), mime.string());
1376 DecryptHandle* handle = openDecryptSession(uniqueId, buf, mimeType);