Lines Matching refs:uniqueId

184             Object thisReference, int uniqueId, int infoType, String message) {
189 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message);
207 int uniqueId = msg.arg1;
218 info = new DrmInfoEvent(uniqueId, infoType, message);
226 info = new DrmInfoEvent(uniqueId, infoType, message);
230 error = new DrmErrorEvent(uniqueId, infoType, message);
872 private native void _setListeners(int uniqueId, Object weak_this);
874 private native void _release(int uniqueId);
876 private native void _installDrmEngine(int uniqueId, String engineFilepath);
878 private native ContentValues _getConstraints(int uniqueId, String path, int usage);
880 private native ContentValues _getMetadata(int uniqueId, String path);
882 private native boolean _canHandle(int uniqueId, String path, String mimeType);
884 private native DrmInfoStatus _processDrmInfo(int uniqueId, DrmInfo drmInfo);
886 private native DrmInfo _acquireDrmInfo(int uniqueId, DrmInfoRequest drmInfoRequest);
889 int uniqueId, DrmRights drmRights, String rightsPath, String contentPath);
891 private native int _getDrmObjectType(int uniqueId, String path, String mimeType);
893 private native String _getOriginalMimeType(int uniqueId, String path, FileDescriptor fd);
895 private native int _checkRightsStatus(int uniqueId, String path, int action);
897 private native int _removeRights(int uniqueId, String path);
899 private native int _removeAllRights(int uniqueId);
901 private native int _openConvertSession(int uniqueId, String mimeType);
904 int uniqueId, int convertId, byte[] inputData);
906 private native DrmConvertedStatus _closeConvertSession(int uniqueId, int convertId);
908 private native DrmSupportInfo[] _getAllSupportInfo(int uniqueId);