Searched defs:nativeInstallDrmRights (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/drm/mobile1/
H A DDrmRightsManager.java112 int res = nativeInstallDrmRights(rightsData, len, mimeType, rights);
115 throw new DrmException("nativeInstallDrmRights() returned JNI_DRM_FAILURE");
201 private native int nativeInstallDrmRights(InputStream data, int len, int mimeType, DrmRights rights); method in class:DrmRightsManager

Completed in 33 milliseconds