Home | History | Annotate | Download | only in common

Lines Matching defs:openDecryptSession

602 DecryptHandle* BpDrmManagerService::openDecryptSession(
604 ALOGV("Entering BpDrmManagerService::openDecryptSession");
628 DecryptHandle* BpDrmManagerService::openDecryptSession(
631 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
1283 = openDecryptSession(uniqueId, fd, offset, length, mime.string());
1302 DecryptHandle* handle = openDecryptSession(uniqueId, uri.string(), mime.string());