Lines Matching refs:getDrmManagerService
38 *pUniqueId = getDrmManagerService()->addUniqueId(isNative);
44 getDrmManagerService()->removeUniqueId(uniqueId);
47 const sp<IDrmManagerService>& DrmManagerClientImpl::getDrmManagerService() {
73 getDrmManagerService()->addClient(uniqueId);
77 getDrmManagerService()->removeClient(uniqueId);
85 return getDrmManagerService()->setDrmServiceListener(uniqueId,
94 getDrmManagerService()->getConstraints(uniqueId, path, action);
102 drmMetadata = getDrmManagerService()->getMetadata(uniqueId, path);
111 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType);
120 drmInfoStatus = getDrmManagerService()->processDrmInfo(uniqueId, drmInfo);
129 drmInfo = getDrmManagerService()->acquireDrmInfo(uniqueId, drmInfoRequest);
136 return getDrmManagerService()->saveRights(
144 mimeType = getDrmManagerService()->getOriginalMimeType(uniqueId, path, fd);
154 getDrmManagerService()->getDrmObjectType(uniqueId, path, mimeType);
164 getDrmManagerService()->checkRightsStatus(uniqueId, path, action);
174 status = getDrmManagerService()->consumeRights(
185 status = getDrmManagerService()->setPlaybackStatus(
196 retCode = getDrmManagerService()->validateAction(
205 status = getDrmManagerService()->removeRights(uniqueId, path);
211 return getDrmManagerService()->removeAllRights(uniqueId);
218 retCode = getDrmManagerService()->openConvertSession(uniqueId, mimeType);
228 getDrmManagerService()->convertData(uniqueId, convertId, inputData);
235 return getDrmManagerService()->closeConvertSession(uniqueId, convertId);
242 status = getDrmManagerService()->getAllSupportInfo(
252 return getDrmManagerService()->openDecryptSession(
261 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime);
268 return getDrmManagerService()->openDecryptSession(uniqueId, buf, mimeType);
275 status = getDrmManagerService()->closeDecryptSession(
286 status = getDrmManagerService()->initializeDecryptUnit(
299 status = getDrmManagerService()->decrypt(
310 status = getDrmManagerService()->finalizeDecryptUnit(
320 retCode = getDrmManagerService()->pread(