/frameworks/base/drm/java/android/drm/ |
D | DrmInfoStatus.java | 51 public final int infoType; field in DrmInfoStatus 74 public DrmInfoStatus(int statusCode, int infoType, ProcessedData data, String mimeType) { in DrmInfoStatus() argument 75 if (!DrmInfoRequest.isValidType(infoType)) { in DrmInfoStatus() 76 throw new IllegalArgumentException("infoType: " + infoType); in DrmInfoStatus() 88 this.infoType = infoType; in DrmInfoStatus()
|
D | DrmInfo.java | 49 public DrmInfo(int infoType, byte[] data, String mimeType) { in DrmInfo() argument 50 mInfoType = infoType; in DrmInfo() 54 final String msg = "infoType: " + infoType + "," + in DrmInfo() 69 public DrmInfo(int infoType, String path, String mimeType) { in DrmInfo() argument 70 mInfoType = infoType; in DrmInfo() 81 final String msg = "infoType: " + infoType + "," + in DrmInfo()
|
D | DrmInfoRequest.java | 67 public DrmInfoRequest(int infoType, String mimeType) { in DrmInfoRequest() argument 68 mInfoType = infoType; in DrmInfoRequest() 71 final String msg = "infoType: " + infoType + "," + in DrmInfoRequest() 149 /* package */ static boolean isValidType(int infoType) { in isValidType() argument 152 switch (infoType) { in isValidType()
|
D | DrmManagerClient.java | 150 getEventType(status.infoType), null, attributes); in handleMessage() 152 int infoType = (null != status) ? status.infoType : drmInfo.getInfoType(); in handleMessage() local 154 getErrorType(infoType), null, attributes); in handleMessage() 184 Object thisReference, int uniqueId, int infoType, String message) { in notify() argument 189 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message); in notify() 208 int infoType = msg.arg2; in handleMessage() local 211 switch (infoType) { in handleMessage() 218 info = new DrmInfoEvent(uniqueId, infoType, message); in handleMessage() 226 info = new DrmInfoEvent(uniqueId, infoType, message); in handleMessage() 230 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/native/vulkan/api/ |
D | vulkan.api | 10781 VkShaderInfoTypeAMD infoType,
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10084 field public final int infoType;
|
/frameworks/base/api/ |
D | current.txt | 13239 field public final int infoType;
|