Home | History | Annotate | Download | only in common

Lines Matching defs:openDecryptSession

615 DecryptHandle* BpDrmManagerService::openDecryptSession(
617 ALOGV("Entering BpDrmManagerService::openDecryptSession");
641 DecryptHandle* BpDrmManagerService::openDecryptSession(
644 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
668 DecryptHandle* BpDrmManagerService::openDecryptSession(
670 ALOGV("Entering BpDrmManagerService::openDecryptSession");
1337 = openDecryptSession(uniqueId, fd, offset, length, mime.string());
1356 DecryptHandle* handle = openDecryptSession(uniqueId, uri.string(), mime.string());
1380 DecryptHandle* handle = openDecryptSession(uniqueId, buf, mimeType);