Lines Matching defs:uniqueId

183             Object thisReference, int uniqueId, int infoType, String message) {
188 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message);
206 int uniqueId = msg.arg1;
217 info = new DrmInfoEvent(uniqueId, infoType, message);
225 info = new DrmInfoEvent(uniqueId, infoType, message);
229 error = new DrmErrorEvent(uniqueId, infoType, message);
865 private native void _setListeners(int uniqueId, Object weak_this);
867 private native void _release(int uniqueId);
869 private native void _installDrmEngine(int uniqueId, String engineFilepath);
871 private native ContentValues _getConstraints(int uniqueId, String path, int usage);
873 private native ContentValues _getMetadata(int uniqueId, String path);
875 private native boolean _canHandle(int uniqueId, String path, String mimeType);
877 private native DrmInfoStatus _processDrmInfo(int uniqueId, DrmInfo drmInfo);
879 private native DrmInfo _acquireDrmInfo(int uniqueId, DrmInfoRequest drmInfoRequest);
882 int uniqueId, DrmRights drmRights, String rightsPath, String contentPath);
884 private native int _getDrmObjectType(int uniqueId, String path, String mimeType);
886 private native String _getOriginalMimeType(int uniqueId, String path, FileDescriptor fd);
888 private native int _checkRightsStatus(int uniqueId, String path, int action);
890 private native int _removeRights(int uniqueId, String path);
892 private native int _removeAllRights(int uniqueId);
894 private native int _openConvertSession(int uniqueId, String mimeType);
897 int uniqueId, int convertId, byte[] inputData);
899 private native DrmConvertedStatus _closeConvertSession(int uniqueId, int convertId);
901 private native DrmSupportInfo[] _getAllSupportInfo(int uniqueId);