OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm
(Results
1 - 25
of
86
) sorted by null
1
2
3
4
/cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java
17
package android.
drm
.cts;
21
import android.
drm
.cts.configs.PassthruConfig;
22
import android.
drm
.cts.configs.FwdLockConfig;
30
* @param plugInName Name of
DRM
plug-in. The name SHOULD be consistent with
Config.java
17
package android.
drm
.cts;
/frameworks/base/media/java/android/drm/mobile1/
DrmException.java
17
package android.
drm
.mobile1;
22
* A DrmException is thrown to report errors specific to handle
DRM
content and rights.
26
// TODO: add more specific
DRM
error codes.
DrmConstraintInfo.java
17
package android.
drm
.mobile1;
22
* This class provides interfaces to access the
DRM
constraint.
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.mk
25
# Determine whether the
DRM
framework uses 64-bit data types for file offsets and do the same.
26
ifneq ($(shell grep -c 'off64_t offset' $(base)/
drm
/libdrmframework/plugins/common/include/IDrmEngine.h), 0)
57
$(base)/include/
drm
\
58
$(base)/
drm
/libdrmframework/plugins/common/include \
59
$(base)/
drm
/libdrmframework/plugins/common/util/include \
60
$(base)/
drm
/libdrmframework/plugins/forward-lock/internal-format/common \
61
$(base)/
drm
/libdrmframework/plugins/forward-lock/internal-format/converter \
62
$(base)/
drm
/libdrmframework/plugins/forward-lock/internal-format/decoder \
66
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/
drm
/frameworks/base/drm/libdrmframework/plugins/passthru/
Android.mk
32
$(TOP)/frameworks/base/
drm
/libdrmframework/include \
33
$(TOP)/frameworks/base/
drm
/libdrmframework/plugins/passthru/include \
34
$(TOP)/frameworks/base/
drm
/libdrmframework/plugins/common/include \
/frameworks/base/drm/common/
DrmConvertedStatus.cpp
17
#include <
drm
/DrmConvertedStatus.h>
DrmInfoStatus.cpp
17
#include <
drm
/DrmInfoStatus.h>
DrmInfoEvent.cpp
18
#include <
drm
/DrmInfoEvent.h>
Android.mk
36
$(TOP)/frameworks/base/
drm
/libdrmframework/include \
37
$(TOP)/frameworks/base/
drm
/libdrmframework/plugins/common/include
/frameworks/base/drm/java/android/drm/
DrmConvertedStatus.java
17
package android.
drm
;
DrmInfoStatus.java
17
package android.
drm
;
20
* An entity class that wraps the result of communication between a device and an online
DRM
38
* The type of
DRM
information processed.
54
* @param _infoType The type of the
DRM
information processed.
DrmErrorEvent.java
17
package android.
drm
;
36
* Response from the server cannot be handled by the
DRM
plug-in (agent).
54
* Failed to remove all the rights objects associated with all
DRM
schemes.
DrmInfoEvent.java
17
package android.
drm
;
ProcessedData.java
17
package android.
drm
;
22
* transaction between a device and a
DRM
server.
/frameworks/base/drm/drmserver/
Android.mk
34
$(TOP)/frameworks/base/
drm
/libdrmframework/include \
35
$(TOP)/frameworks/base/
drm
/libdrmframework/plugins/common/include
/frameworks/base/drm/jni/
Android.mk
36
$(TOP)/frameworks/base/
drm
/libdrmframework/include \
37
$(TOP)/frameworks/base/
drm
/libdrmframework/plugins/common/include \
/frameworks/base/drm/libdrmframework/plugins/common/util/
Android.mk
39
$(base)/include/
drm
\
40
$(base)/include/
drm
/plugins \
/frameworks/base/drm/libdrmframework/include/
ReadWriteUtils.h
21
#include <
drm
/drm_framework_common.h>
/packages/providers/DrmProvider/src/com/android/providers/drm/
DrmPushReceiver.java
17
package com.android.providers.
drm
;
22
import android.
drm
.mobile1.DrmException;
23
import android.
drm
.mobile1.DrmRights;
24
import android.
drm
.mobile1.DrmRightsManager;
54
Log.e(TAG, "Install
drm
rights failed.");
57
Log.e(TAG, "IOException occurs when install
drm
rights.");
61
Log.d(TAG, "Install
drm
rights successfully.");
64
Log.d(TAG, "This is not
drm
rights push mimetype.");
/cts/tests/tests/drm/src/android/drm/cts/configs/
FwdLockConfig.java
17
package android.
drm
.cts.configs;
21
import android.
drm
.cts.Config;
33
return "application/x-android-
drm
-fl";
PassthruConfig.java
17
package android.
drm
.cts.configs;
21
import android.
drm
.cts.Config;
33
return "application/vnd.passthru.
drm
";
/frameworks/base/drm/libdrmframework/
Android.mk
35
$(TOP)/frameworks/base/
drm
/libdrmframework/include \
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
Android.mk
24
frameworks/base/
drm
/libdrmframework/plugins/forward-lock/internal-format/common \
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
Android.mk
24
frameworks/base/
drm
/libdrmframework/plugins/forward-lock/internal-format/common \
Completed in 1215 milliseconds
1
2
3
4