Home
last modified time | relevance | path

Searched refs:infoType (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/drm/java/android/drm/
DDrmInfoStatus.java51 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()
DDrmInfo.java49 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()
DDrmInfoRequest.java67 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()
DDrmManagerClient.java150 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/
DDrmInfoEvent.cpp22 DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 &message) in DrmInfoEvent() argument
24 mInfoType(infoType), in DrmInfoEvent()
DDrmInfoRequest.cpp24 DrmInfoRequest::DrmInfoRequest(int infoType, const String8& mimeType) : in DrmInfoRequest() argument
25 mInfoType(infoType), mMimeType(mimeType) { in DrmInfoRequest()
DDrmInfo.cpp21 DrmInfo::DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType) : in DrmInfo() argument
22 mInfoType(infoType), in DrmInfo()
DDrmInfoStatus.cpp24 infoType(_infoType), in DrmInfoStatus()
DIDrmManagerService.cpp268 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/
DDrmInfoStatus.h59 int infoType; variable
DDrmInfoEvent.h80 DrmInfoEvent(int uniqueId, int infoType, const String8& message);
DDrmInfo.h43 DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType);
DDrmInfoRequest.h57 DrmInfoRequest(int infoType, const String8& mimeType);
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp475 int infoType = pDrmInfoStatus->infoType; in android_drm_DrmManagerClient_processDrmInfo() local
498 drmInfoStatus = env->NewObject(localRef, constructorId, statusCode, infoType, in android_drm_DrmManagerClient_processDrmInfo()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10084 field public final int infoType;
/frameworks/base/api/
Dcurrent.txt12194 field public final int infoType;
Dtest-current.txt12283 field public final int infoType;
Dsystem-current.txt12926 field public final int infoType;