Home
last modified time | relevance | path

Searched defs:infoType (Results 1 – 10 of 10) 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()
DDrmInfoRequest.java67 public DrmInfoRequest(int infoType, String mimeType) { in DrmInfoRequest()
149 /* package */ static boolean isValidType(int infoType) { in isValidType()
DDrmInfo.java48 public DrmInfo(int infoType, byte[] data, String mimeType) { in DrmInfo()
68 public DrmInfo(int infoType, String path, String mimeType) { in DrmInfo()
DDrmManagerClient.java151 int infoType = (null != status) ? status.infoType : drmInfo.getInfoType(); in handleMessage() local
183 Object thisReference, int uniqueId, int infoType, String message) { in notify()
207 int infoType = msg.arg2; in handleMessage() local
789 private int getEventType(int infoType) { in getEventType()
802 private int getErrorType(int infoType) { in getErrorType()
/frameworks/av/include/drm/
DDrmInfoStatus.h59 int infoType; variable
/frameworks/av/drm/common/
DDrmInfoEvent.cpp22 DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 message) in DrmInfoEvent()
DDrmInfoRequest.cpp24 DrmInfoRequest::DrmInfoRequest(int infoType, const String8& mimeType) : in DrmInfoRequest()
DDrmInfo.cpp21 DrmInfo::DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType) : in DrmInfo()
DIDrmManagerService.cpp268 const int infoType = reply.readInt32(); in processDrmInfo() local
318 const int infoType = reply.readInt32(); in acquireDrmInfo() local
936 const int infoType = data.readInt32(); in onTransact() local
989 const int infoType = data.readInt32(); in onTransact() local
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp475 int infoType = pDrmInfoStatus->infoType; in android_drm_DrmManagerClient_processDrmInfo() local