Home | History | Annotate | Download | only in common

Lines Matching refs:BpDrmManagerService

114 int BpDrmManagerService::addUniqueId(bool isNative) {
123 void BpDrmManagerService::removeUniqueId(int uniqueId) {
131 void BpDrmManagerService::addClient(int uniqueId) {
138 void BpDrmManagerService::removeClient(int uniqueId) {
145 status_t BpDrmManagerService::setDrmServiceListener(
157 DrmConstraints* BpDrmManagerService::getConstraints(
190 DrmMetadata* BpDrmManagerService::getMetadata(int uniqueId, const String8* path) {
220 bool BpDrmManagerService::canHandle(int uniqueId, const String8& path, const String8& mimeType) {
235 DrmInfoStatus* BpDrmManagerService::processDrmInfo(int uniqueId, const DrmInfo* drmInfo) {
286 DrmInfo* BpDrmManagerService::acquireDrmInfo(int uniqueId, const DrmInfoRequest* drmInforequest) {
338 status_t BpDrmManagerService::saveRights(
368 String8 BpDrmManagerService::getOriginalMimeType(int uniqueId, const String8& path, int fd) {
385 int BpDrmManagerService::getDrmObjectType(
400 int BpDrmManagerService::checkRightsStatus(int uniqueId, const String8& path, int action) {
414 status_t BpDrmManagerService::consumeRights(
431 status_t BpDrmManagerService::setPlaybackStatus(
448 bool BpDrmManagerService::validateAction(
466 status_t BpDrmManagerService::removeRights(int uniqueId, const String8& path) {
478 status_t BpDrmManagerService::removeAllRights(int uniqueId) {
489 int BpDrmManagerService::openConvertSession(int uniqueId, const String8& mimeType) {
501 DrmConvertedStatus* BpDrmManagerService::convertData(
536 DrmConvertedStatus* BpDrmManagerService::closeConvertSession(int uniqueId, int convertId) {
568 status_t BpDrmManagerService::getAllSupportInfo(
604 DecryptHandle* BpDrmManagerService::openDecryptSession(
606 ALOGV("Entering BpDrmManagerService::openDecryptSession");
630 DecryptHandle* BpDrmManagerService::openDecryptSession(
633 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
657 DecryptHandle* BpDrmManagerService::openDecryptSession(
659 ALOGV("Entering BpDrmManagerService::openDecryptSession");
684 status_t BpDrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) {
698 status_t BpDrmManagerService::initializeDecryptUnit(
718 status_t BpDrmManagerService::decrypt(
752 status_t BpDrmManagerService::finalizeDecryptUnit(
768 ssize_t BpDrmManagerService::pread(