HomeSort by relevance Sort by last modified time
    Searched refs:mInfoType (Results 1 - 12 of 12) sorted by null

  /frameworks/av/drm/common/
DrmInfoEvent.cpp 24 mInfoType(infoType),
34 return mInfoType;
DrmInfo.cpp 22 mInfoType(infoType),
29 return mInfoType;
DrmInfoRequest.cpp 25 mInfoType(infoType), mMimeType(mimeType) {
34 return mInfoType;
  /frameworks/base/drm/java/android/drm/
DrmInfo.java 37 private final int mInfoType;
50 mInfoType = infoType;
70 mInfoType = infoType;
156 return mInfoType;
168 && null != mData && mData.length > 0 && DrmInfoRequest.isValidType(mInfoType));
DrmInfoRequest.java 57 private final int mInfoType;
68 mInfoType = infoType;
92 return mInfoType;
146 && null != mRequestInformation && isValidType(mInfoType));
  /frameworks/av/include/drm/
DrmInfoEvent.h 111 int mInfoType;
DrmInfo.h 167 int mInfoType;
DrmInfoRequest.h 167 int mInfoType;
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 432 int mInfoType = Utility::getIntValue(env, drmInfoObject, "mInfoType");
435 DrmInfo drmInfo(mInfoType, buffer, mMimeType);
513 int mInfoType = Utility::getIntValue(env, drmInfoRequest, "mInfoType");
515 DrmInfoRequest drmInfoReq(mInfoType, mMimeType);
557 mInfoType, dataArray, env->NewStringUTF(pDrmInfo->getMimeType().string()));
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 298 milliseconds