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

/frameworks/av/include/drm/
H A DDrmInfo.h28 * by passing an instance of this class to DrmManagerClient::processDrmInfo(const DrmInfo*).
30 * The Caller can retrieve the DrmInfo instance by using
34 class DrmInfo { class in namespace:android
37 * Constructor for DrmInfo
43 DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType);
46 * Destructor for DrmInfo
48 virtual ~DrmInfo() {}
55 friend class DrmInfo;
58 explicit KeyIterator(const DrmInfo* drmInfo)
59 : mDrmInfo(const_cast <DrmInfo*> (drmInf
[all...]
/frameworks/av/drm/common/
H A DDrmInfo.cpp17 #include <drm/DrmInfo.h>
21 DrmInfo::DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType) : function in class:DrmInfo
28 int DrmInfo::getInfoType(void) const {
32 String8 DrmInfo::getMimeType(void) const {
36 const DrmBuffer& DrmInfo::getData(void) const {
40 int DrmInfo::getCount(void) const {
44 status_t DrmInfo::put(const String8& key, const String8& value) {
49 String8 DrmInfo::get(const String8& key) const {
56 int DrmInfo
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmInfo.java30 * The caller can retrieve the {@link DrmInfo} instance by passing a {@link DrmInfoRequest}
34 public class DrmInfo { class
43 * Creates a <code>DrmInfo</code> object with the given parameters.
49 public DrmInfo(int infoType, byte[] data, String mimeType) { method in class:DrmInfo
63 * Creates a <code>DrmInfo</code> object with the given parameters.
69 public DrmInfo(int infoType, String path, String mimeType) { method in class:DrmInfo
91 * to the <code>DrmInfo</code> object, you must override the {@link #toString} implementation.
114 * this <code>DrmInfo</code> object.
124 * this <code>DrmInfo</code> object.
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java638 private DrmInfo mDrmInfo;
1262 // DrmInfo, if any, has been resolved by now.
3196 DrmInfo drmInfo = null;
3413 DrmInfo drmInfo = new DrmInfo(parcel);
3423 // By this time, we've learned about DrmInfo's presence or absence. This is meant
3972 public void onDrmInfo(MediaPlayer mp, DrmInfo drmInfo);
4112 void notifyClient(DrmInfo drmInfo) {
4167 public DrmInfo getDrmInfo()
4169 DrmInfo drmInf
4648 public static final class DrmInfo { class in class:MediaPlayer
4668 private DrmInfo(Map<UUID, byte[]> Pssh, UUID[] SupportedSchemes) { method in class:MediaPlayer.DrmInfo
4673 private DrmInfo(Parcel parcel) { method in class:MediaPlayer.DrmInfo
[all...]

Completed in 110 milliseconds