Lines Matching defs:mUniqueId
118 private int mUniqueId;
142 DrmInfoStatus status = _processDrmInfo(mUniqueId, drmInfo);
148 event = new DrmEvent(mUniqueId,
152 error = new DrmErrorEvent(mUniqueId,
158 if (ERROR_NONE == _removeAllRights(mUniqueId)) {
159 event = new DrmEvent(mUniqueId, DrmEvent.TYPE_ALL_RIGHTS_REMOVED, null);
161 error = new DrmErrorEvent(mUniqueId,
257 mUniqueId = _initialize();
297 _release(mUniqueId);
347 DrmSupportInfo[] supportInfos = _getAllSupportInfo(mUniqueId);
372 return _getConstraints(mUniqueId, path, action);
387 return _getMetadata(mUniqueId, path);
444 return _saveRights(mUniqueId, drmRights, rightsPath, contentPath);
459 _installDrmEngine(mUniqueId, engineFilePath);
474 return _canHandle(mUniqueId, path, mimeType);
522 return _acquireDrmInfo(mUniqueId, drmInfoRequest);
561 return _getDrmObjectType(mUniqueId, path, mimeType);
610 mime = _getOriginalMimeType(mUniqueId, path, fd);
675 return _checkRightsStatus(mUniqueId, path, action);
705 return _removeRights(mUniqueId, path);
751 return _openConvertSession(mUniqueId, mimeType);
771 return _convertData(mUniqueId, convertId, inputData);
786 return _closeConvertSession(mUniqueId, convertId);
916 _setListeners(mUniqueId, new WeakReference<DrmManagerClient>(this));