OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRM_SUCCESS
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h
65
#define
DRM_SUCCESS
0
177
* -
DRM_SUCCESS
, when install successfully.
214
* -
DRM_SUCCESS
, when get the media object content type successfully.
227
* -
DRM_SUCCESS
, when it has the rights for the permission.
243
* -
DRM_SUCCESS
, when consume rights successfully.
290
* -
DRM_SUCCESS
, when get the rights issuer successfully.
304
* -
DRM_SUCCESS
, when get the rights information successfully.
317
* -
DRM_SUCCESS
, when close operation success.
330
* -
DRM_SUCCESS
, when update operation success.
344
* -
DRM_SUCCESS
, when get information successfully
[
all
...]
/frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c
339
return
DRM_SUCCESS
;
439
return
DRM_SUCCESS
;
454
return
DRM_SUCCESS
;
503
return
DRM_SUCCESS
;
689
if (
DRM_SUCCESS
== flag)
790
return
DRM_SUCCESS
;
[
all
...]
/frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c
616
if (
DRM_SUCCESS
== SVC_drm_getRightsIssuer(id, rightsIssuer))
723
if (
DRM_SUCCESS
== SVC_drm_getContentType(id, contentType))
892
if (
DRM_SUCCESS
!= SVC_drm_updateRights(nativeStr, permission)) {
962
if (
DRM_SUCCESS
!= SVC_drm_getRightsInfo(id, &rightsInfo))
1049
if (
DRM_SUCCESS
!= SVC_drm_deleteRights(nativeStr)) {
Completed in 2580 milliseconds