Searched defs:DrmInfo (Results 1 - 3 of 3) sorted by relevance
/frameworks/av/include/drm/ |
H A D | DrmInfo.h | 28 * 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 KeyIterator(const DrmInfo* drmInfo) 59 : mDrmInfo(const_cast <DrmInfo*> (drmInf [all...] |
/frameworks/av/drm/common/ |
H A D | DrmInfo.cpp | 17 #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 D | DrmInfo.java | 29 * The caller can retrieve the {@link DrmInfo} instance by passing a {@link DrmInfoRequest} 33 public class DrmInfo { class 42 * Creates a <code>DrmInfo</code> object with the given parameters. 48 public DrmInfo(int infoType, byte[] data, String mimeType) { method in class:DrmInfo 62 * Creates a <code>DrmInfo</code> object with the given parameters. 68 public DrmInfo(int infoType, String path, String mimeType) { method in class:DrmInfo 90 * to the <code>DrmInfo</code> object, you must override the {@link #toString} implementation. 113 * this <code>DrmInfo</code> object. 123 * this <code>DrmInfo</code> object.
|
Completed in 127 milliseconds