Searched defs:mInfoType (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/drm/
H A DDrmInfo.h167 int mInfoType; member in class:android::DrmInfo
H A DDrmInfoEvent.h111 int mInfoType; member in class:android::DrmInfoEvent
H A DDrmInfoRequest.h167 int mInfoType; member in class:android::DrmInfoRequest
/frameworks/base/drm/java/android/drm/
H A DDrmInfo.java36 private final int mInfoType; field in class:DrmInfo
49 mInfoType = infoType;
69 mInfoType = infoType;
155 return mInfoType;
167 && null != mData && mData.length > 0 && DrmInfoRequest.isValidType(mInfoType));
H A DDrmInfoRequest.java57 private final int mInfoType; field in class:DrmInfoRequest
68 mInfoType = infoType;
92 return mInfoType;
146 && null != mRequestInformation && isValidType(mInfoType));
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp429 int mInfoType = Utility::getIntValue(env, drmInfoObject, "mInfoType"); local
432 DrmInfo drmInfo(mInfoType, buffer, mMimeType);
510 int mInfoType = Utility::getIntValue(env, drmInfoRequest, "mInfoType"); local
512 DrmInfoRequest drmInfoReq(mInfoType, mMimeType);
554 mInfoType, dataArray, env->NewStringUTF(pDrmInfo->getMimeType().string()));

Completed in 70 milliseconds