Lines Matching defs:uniqueId

176             Object thisReference, int uniqueId, int infoType, String message) {
181 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message);
199 int uniqueId = msg.arg1;
210 info = new DrmInfoEvent(uniqueId, infoType, message);
218 info = new DrmInfoEvent(uniqueId, infoType, message);
222 error = new DrmErrorEvent(uniqueId, infoType, message);
854 private native void _setListeners(int uniqueId, Object weak_this);
856 private native void _release(int uniqueId);
858 private native void _installDrmEngine(int uniqueId, String engineFilepath);
860 private native ContentValues _getConstraints(int uniqueId, String path, int usage);
862 private native ContentValues _getMetadata(int uniqueId, String path);
864 private native boolean _canHandle(int uniqueId, String path, String mimeType);
866 private native DrmInfoStatus _processDrmInfo(int uniqueId, DrmInfo drmInfo);
868 private native DrmInfo _acquireDrmInfo(int uniqueId, DrmInfoRequest drmInfoRequest);
871 int uniqueId, DrmRights drmRights, String rightsPath, String contentPath);
873 private native int _getDrmObjectType(int uniqueId, String path, String mimeType);
875 private native String _getOriginalMimeType(int uniqueId, String path, FileDescriptor fd);
877 private native int _checkRightsStatus(int uniqueId, String path, int action);
879 private native int _removeRights(int uniqueId, String path);
881 private native int _removeAllRights(int uniqueId);
883 private native int _openConvertSession(int uniqueId, String mimeType);
886 int uniqueId, int convertId, byte[] inputData);
888 private native DrmConvertedStatus _closeConvertSession(int uniqueId, int convertId);
890 private native DrmSupportInfo[] _getAllSupportInfo(int uniqueId);