Lines Matching refs:BpDrmManagerService
113 int BpDrmManagerService::addUniqueId(bool isNative) {
122 void BpDrmManagerService::removeUniqueId(int uniqueId) {
130 void BpDrmManagerService::addClient(int uniqueId) {
137 void BpDrmManagerService::removeClient(int uniqueId) {
144 status_t BpDrmManagerService::setDrmServiceListener(
156 DrmConstraints* BpDrmManagerService::getConstraints(
189 DrmMetadata* BpDrmManagerService::getMetadata(int uniqueId, const String8* path) {
219 bool BpDrmManagerService::canHandle(int uniqueId, const String8& path, const String8& mimeType) {
234 DrmInfoStatus* BpDrmManagerService::processDrmInfo(int uniqueId, const DrmInfo* drmInfo) {
285 DrmInfo* BpDrmManagerService::acquireDrmInfo(int uniqueId, const DrmInfoRequest* drmInforequest) {
337 status_t BpDrmManagerService::saveRights(
367 String8 BpDrmManagerService::getOriginalMimeType(int uniqueId, const String8& path, int fd) {
384 int BpDrmManagerService::getDrmObjectType(
399 int BpDrmManagerService::checkRightsStatus(int uniqueId, const String8& path, int action) {
413 status_t BpDrmManagerService::consumeRights(
430 status_t BpDrmManagerService::setPlaybackStatus(
447 bool BpDrmManagerService::validateAction(
465 status_t BpDrmManagerService::removeRights(int uniqueId, const String8& path) {
477 status_t BpDrmManagerService::removeAllRights(int uniqueId) {
488 int BpDrmManagerService::openConvertSession(int uniqueId, const String8& mimeType) {
500 DrmConvertedStatus* BpDrmManagerService::convertData(
535 DrmConvertedStatus* BpDrmManagerService::closeConvertSession(int uniqueId, int convertId) {
567 status_t BpDrmManagerService::getAllSupportInfo(
603 DecryptHandle* BpDrmManagerService::openDecryptSession(
605 ALOGV("Entering BpDrmManagerService::openDecryptSession");
629 DecryptHandle* BpDrmManagerService::openDecryptSession(
632 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
656 DecryptHandle* BpDrmManagerService::openDecryptSession(
658 ALOGV("Entering BpDrmManagerService::openDecryptSession");
683 status_t BpDrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) {
697 status_t BpDrmManagerService::initializeDecryptUnit(
717 status_t BpDrmManagerService::decrypt(
751 status_t BpDrmManagerService::finalizeDecryptUnit(
767 ssize_t BpDrmManagerService::pread(