/frameworks/base/drm/java/android/drm/ |
D | DrmInfoStatus.java | 53 public final int infoType; field in DrmInfoStatus 76 public DrmInfoStatus(int statusCode, int infoType, ProcessedData data, String mimeType) { in DrmInfoStatus() argument 77 if (!DrmInfoRequest.isValidType(infoType)) { in DrmInfoStatus() 78 throw new IllegalArgumentException("infoType: " + infoType); in DrmInfoStatus() 90 this.infoType = infoType; in DrmInfoStatus()
|
D | DrmInfo.java | 51 public DrmInfo(int infoType, byte[] data, String mimeType) { in DrmInfo() argument 52 mInfoType = infoType; in DrmInfo() 56 final String msg = "infoType: " + infoType + "," + in DrmInfo() 71 public DrmInfo(int infoType, String path, String mimeType) { in DrmInfo() argument 72 mInfoType = infoType; in DrmInfo() 83 final String msg = "infoType: " + infoType + "," + in DrmInfo()
|
D | DrmInfoRequest.java | 69 public DrmInfoRequest(int infoType, String mimeType) { in DrmInfoRequest() argument 70 mInfoType = infoType; in DrmInfoRequest() 73 final String msg = "infoType: " + infoType + "," + in DrmInfoRequest() 151 /* package */ static boolean isValidType(int infoType) { in isValidType() argument 154 switch (infoType) { in isValidType()
|
D | DrmManagerClient.java | 155 getEventType(status.infoType), null, attributes); in handleMessage() 157 int infoType = (null != status) ? status.infoType : drmInfo.getInfoType(); in handleMessage() local 159 getErrorType(infoType), null, attributes); in handleMessage() 189 Object thisReference, int uniqueId, int infoType, String message) { in notify() argument 194 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message); in notify() 213 int infoType = msg.arg2; in handleMessage() local 216 switch (infoType) { in handleMessage() 223 info = new DrmInfoEvent(uniqueId, infoType, message); in handleMessage() 231 info = new DrmInfoEvent(uniqueId, infoType, message); in handleMessage() 235 error = new DrmErrorEvent(uniqueId, infoType, message); in handleMessage() [all …]
|
/frameworks/av/drm/common/ |
D | DrmInfoEvent.cpp | 22 DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 &message) in DrmInfoEvent() argument 24 mInfoType(infoType), in DrmInfoEvent()
|
D | DrmInfoRequest.cpp | 24 DrmInfoRequest::DrmInfoRequest(int infoType, const String8& mimeType) : in DrmInfoRequest() argument 25 mInfoType(infoType), mMimeType(mimeType) { in DrmInfoRequest()
|
D | DrmInfo.cpp | 21 DrmInfo::DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType) : in DrmInfo() argument 22 mInfoType(infoType), in DrmInfo()
|
D | DrmInfoStatus.cpp | 24 infoType(_infoType), in DrmInfoStatus()
|
D | IDrmManagerService.cpp | 268 const int infoType = reply.readInt32(); in processDrmInfo() local 281 drmInfoStatus = new DrmInfoStatus(statusCode, infoType, drmBuffer, mimeType); in processDrmInfo() 320 const int infoType = reply.readInt32(); in acquireDrmInfo() local 328 drmInfo = new DrmInfo(infoType, DrmBuffer(data, bufferSize), reply.readString8()); in acquireDrmInfo() 940 const int infoType = data.readInt32(); in onTransact() local 952 DrmInfo* drmInfo = new DrmInfo(infoType, drmBuffer, data.readString8()); in onTransact() 966 reply->writeInt32(drmInfoStatus->infoType); in onTransact() 993 const int infoType = data.readInt32(); in onTransact() local 995 DrmInfoRequest* drmInfoRequest = new DrmInfoRequest(infoType, mimeType); in onTransact()
|
/frameworks/av/include/drm/ |
D | DrmInfoStatus.h | 59 int infoType; variable
|
D | DrmInfoEvent.h | 80 DrmInfoEvent(int uniqueId, int infoType, const String8& message);
|
D | DrmInfo.h | 43 DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType);
|
D | DrmInfoRequest.h | 57 DrmInfoRequest(int infoType, const String8& mimeType);
|
/frameworks/base/drm/jni/ |
D | android_drm_DrmManagerClient.cpp | 475 int infoType = pDrmInfoStatus->infoType; in android_drm_DrmManagerClient_processDrmInfo() local 498 drmInfoStatus = env->NewObject(localRef, constructorId, statusCode, infoType, in android_drm_DrmManagerClient_processDrmInfo()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10084 field public final int infoType;
|
/frameworks/base/api/ |
D | current.txt | 13709 field @Deprecated public final int infoType;
|