OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JNI_DRM_FAILURE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/java/android/drm/mobile1/
DrmRights.java
51
private static final int
JNI_DRM_FAILURE
= -1;
78
if (
JNI_DRM_FAILURE
== res)
96
if (
JNI_DRM_FAILURE
== res)
110
* #
JNI_DRM_FAILURE
if fail.
120
* #
JNI_DRM_FAILURE
if fail.
DrmRightsManager.java
59
private static final int
JNI_DRM_FAILURE
= -1;
114
if (
JNI_DRM_FAILURE
== res)
115
throw new DrmException("nativeInstallDrmRights() returned
JNI_DRM_FAILURE
");
133
if (
JNI_DRM_FAILURE
== res)
150
if (
JNI_DRM_FAILURE
== num)
163
if (
JNI_DRM_FAILURE
== num)
183
if (
JNI_DRM_FAILURE
== res)
199
* #
JNI_DRM_FAILURE
if fail.
210
* #
JNI_DRM_FAILURE
if fail.
218
* #
JNI_DRM_FAILURE
if fail
[
all
...]
DrmRawContent.java
79
private static final int
JNI_DRM_FAILURE
= -1;
151
if (
JNI_DRM_FAILURE
== id)
152
throw new DrmException("nativeConstructDrmContent() returned
JNI_DRM_FAILURE
");
159
if (
JNI_DRM_FAILURE
== rawType)
160
throw new DrmException("nativeGetDeliveryMethod() returned
JNI_DRM_FAILURE
");
234
if (
JNI_DRM_FAILURE
== mediaLen)
235
throw new DrmException("nativeGetContentLength() returned
JNI_DRM_FAILURE
");
286
if (
JNI_DRM_FAILURE
== len)
337
if (
JNI_DRM_FAILURE
== len)
392
* #
JNI_DRM_FAILURE
if fail
[
all
...]
/frameworks/base/media/libdrm/mobile1/include/jni/
drm1_jni.h
196
#define
JNI_DRM_FAILURE
\
Completed in 110 milliseconds