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