OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInfoType
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/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
36
private final int
mInfoType
;
49
mInfoType
= infoType;
62
mInfoType
= infoType;
141
return
mInfoType
;
153
&& null != mData && mData.length > 0 && DrmInfoRequest.isValidType(
mInfoType
));
DrmInfoRequest.java
57
private final int
mInfoType
;
68
mInfoType
= infoType;
87
return
mInfoType
;
141
&& null != mRequestInformation && isValidType(
mInfoType
));
/frameworks/base/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
437
int
mInfoType
= Utility::getIntValue(env, drmInfoObject, "
mInfoType
");
440
DrmInfo drmInfo(
mInfoType
, buffer, mMimeType);
517
int
mInfoType
= Utility::getIntValue(env, drmInfoRequest, "
mInfoType
");
519
DrmInfoRequest drmInfoReq(
mInfoType
, mMimeType);
560
mInfoType
, dataArray, env->NewStringUTF(pDrmInfo->getMimeType().string()));
Completed in 250 milliseconds