OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm
(Results
26 - 50
of
86
) sorted by null
1
2
3
4
/packages/apps/Mms/src/com/android/mms/drm/
DrmWrapper.java
18
package com.android.mms.
drm
;
22
import android.
drm
.mobile1.DrmException;
23
import android.
drm
.mobile1.DrmRawContent;
24
import android.
drm
.mobile1.DrmRights;
25
import android.
drm
.mobile1.DrmRightsManager;
35
* The
Drm
Wrapper.
39
* The
DRM
right object.
82
Log.v(LOG_TAG, "
DRM
rights not installed yet.");
165
Log.v(LOG_TAG, "Installing
DRM
rights.");
175
* Check whether the
DRM
object's right is existed. If not, we shoul
[
all
...]
DrmUtils.java
18
package com.android.mms.
drm
;
33
private static final Uri DRM_TEMP_URI = Uri.parse("content://mms/
drm
");
/cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java
17
package android.
drm
.cts;
32
import android.
drm
.DrmManagerClient;
33
import android.
drm
.DrmConvertedStatus;
34
import android.
drm
.DrmEvent;
35
import android.
drm
.DrmInfo;
36
import android.
drm
.DrmInfoRequest;
37
import android.
drm
.DrmInfoStatus;
38
import android.
drm
.DrmRights;
39
import android.
drm
.DrmStore;
40
import android.
drm
.DrmUtils
[
all
...]
/frameworks/base/media/java/android/drm/mobile1/
DrmRights.java
17
package android.
drm
.mobile1;
20
* This class provides interfaces to access the
DRM
rights.
24
* The
DRM
permission of play.
29
* The
DRM
permission of display.
34
* The
DRM
permission of execute.
39
* The
DRM
permission of print.
/frameworks/base/drm/common/
IDrmServiceListener.cpp
21
#include <
drm
/drm_framework_common.h>
22
#include <
drm
/DrmInfoEvent.h>
39
IMPLEMENT_META_INTERFACE(DrmServiceListener, "
drm
.IDrmServiceListener");
DrmRights.cpp
17
#include <
drm
/DrmRights.h>
DrmInfo.cpp
17
#include <
drm
/DrmInfo.h>
DrmInfoRequest.cpp
17
#include <
drm
/DrmInfoRequest.h>
/frameworks/base/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
21
#include <
drm
/DrmRights.h>
22
#include <
drm
/DrmConstraints.h>
23
#include <
drm
/DrmMetadata.h>
24
#include <
drm
/DrmInfo.h>
25
#include <
drm
/DrmInfoEvent.h>
26
#include <
drm
/DrmInfoStatus.h>
27
#include <
drm
/DrmConvertedStatus.h>
28
#include <
drm
/DrmInfoRequest.h>
29
#include <
drm
/DrmSupportInfo.h>
129
drmSupportInfo->addMimeType(String8("application/vnd.passthru.
drm
"));
[
all
...]
/frameworks/base/drm/java/android/drm/
DrmEvent.java
17
package android.
drm
;
22
* A base class that is used to send asynchronous event information from the
DRM
framework.
27
* All of the rights information associated with all
DRM
schemes have been successfully removed.
31
* The given
DRM
information has been successfully processed.
DrmInfo.java
17
package android.
drm
;
25
* between a device and an online
DRM
server. The
DRM
framework achieves
38
//
DRM
scheme such as account id, path or multiple path's
DrmInfoRequest.java
17
package android.
drm
;
23
* An entity class that is used to pass information to an online
DRM
server. An instance of this
31
* Acquires
DRM
server registration information.
35
* Acquires information for unregistering the
DRM
server.
DrmStore.java
17
package android.
drm
;
20
* Defines constants that are used by the
DRM
framework.
25
* Interface definition for the columns that represent
DRM
constraints.
72
* Defines
DRM
object types.
DrmSupportInfo.java
17
package android.
drm
;
23
* An entity class that wraps the capability of each
DRM
plug-in (agent),
24
* such as the MIME type and file suffix the
DRM
plug-in can handle.
36
* Adds the specified MIME type to the list of MIME types this
DRM
plug-in supports.
38
* @param mimeType MIME type that can be handles by this
DRM
plug-in.
45
* Adds the specified file suffix to the list of file suffixes this
DRM
plug-in supports.
47
* @param fileSuffix File suffix that can be handled by this
DRM
plug-in.
55
* this
DRM
plug-in supports.
65
* this
DRM
plug-in supports.
74
* Sets a description for the
DRM
plug-in (agent)
[
all
...]
/frameworks/base/include/media/stagefright/
FileSource.h
26
#include <
drm
/DrmManagerClient.h>
54
/*for
DRM
*/
DataSource.h
29
#include <
drm
/DrmManagerClient.h>
83
// for
DRM
/frameworks/base/media/libstagefright/include/
DRMExtractor.h
22
#include <
drm
/DrmManagerClient.h>
/frameworks/base/core/java/android/provider/
DrmStore.java
22
import android.
drm
.mobile1.DrmRawContent;
23
import android.
drm
.mobile1.DrmRights;
24
import android.
drm
.mobile1.DrmRightsManager;
37
* The
DRM
provider contains forward locked
DRM
content.
45
public static final String AUTHORITY = "
drm
";
48
* This is in the Manifest class of the
drm
provider, but that isn't visible
54
* Fields for
DRM
database
95
* Utility function for inserting a file into the
DRM
content provider.
100
* @return uri to the
DRM
record or nul
[
all
...]
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/
Android.mk
26
$(PV_TOP)/android/
drm
/oma1/src \
/packages/apps/Mms/src/com/android/mms/model/
TextModel.java
21
import android.
drm
.mobile1.DrmException;
22
import com.android.mms.
drm
.DrmWrapper;
93
// Display
DRM
error message in place.
RegionMediaModel.java
20
import com.android.mms.
drm
.DrmWrapper;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadDrmHelper.java
21
import android.
drm
.DrmManagerClient;
26
/** The MIME type of special
DRM
files */
27
public static final String MIMETYPE_DRM_MESSAGE = "application/vnd.oma.
drm
.message";
29
/** The extensions of special
DRM
files */
35
* Checks if the Media Type is a
DRM
Media Type
39
* @return True if the Media Type is
DRM
else false
60
* Checks if the Media Type needs to be
DRM
converted
70
* Modifies the file extension for a
DRM
Forward Lock file NOTE: This
71
* function shouldn't be called if the file shouldn't be
DRM
converted
86
* Gets the original mime type of
DRM
protected content
[
all
...]
DrmConvertSession.java
20
import android.
drm
.DrmConvertedStatus;
21
import android.
drm
.DrmManagerClient;
120
* occurs when accessing
drm
framework.
/hardware/ti/omap3/omx/ti_omx_config_parser/
Android.mk
30
$(PV_TOP)/android/
drm
/oma1/src \
/build/core/
pathmap.mk
86
drm
\
Completed in 2384 milliseconds
1
2
3
4