HomeSort by relevance Sort by last modified time
    Searched defs:DrmInfo (Results 1 - 10 of 10) sorted by null

  /frameworks/av/include/drm/
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 {
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)
    [all...]
  /frameworks/av/drm/common/
DrmInfo.cpp 17 #include <drm/DrmInfo.h>
21 DrmInfo::DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType) :
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::indexOfKey(const String8& key) const
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmInfo.java 29 * The caller can retrieve the {@link DrmInfo} instance by passing a {@link DrmInfoRequest}
33 public class DrmInfo {
42 * Creates a <code>DrmInfo</code> object with the given parameters.
48 public DrmInfo(int infoType, byte[] data, String mimeType) {
62 * Creates a <code>DrmInfo</code> object with the given parameters.
68 public DrmInfo(int infoType, String path, String mimeType) {
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.
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 65 milliseconds