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

  /frameworks/base/drm/common/
DrmInfoEvent.cpp 22 DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 message)
24 mInfoType(infoType),
DrmInfoStatus.cpp 24 infoType(_infoType),
DrmInfo.cpp 21 DrmInfo::DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType) :
22 mInfoType(infoType),
DrmInfoRequest.cpp 24 DrmInfoRequest::DrmInfoRequest(int infoType, const String8& mimeType) :
25 mInfoType(infoType), mMimeType(mimeType) {
IDrmManagerService.cpp 277 const int infoType = reply.readInt32();
290 drmInfoStatus = new DrmInfoStatus(statusCode, infoType, drmBuffer, mimeType);
321 const int infoType = reply.readInt32();
329 drmInfo = new DrmInfo(infoType, DrmBuffer(data, bufferSize), reply.readString8());
906 const int infoType = data.readInt32();
913 DrmInfo* drmInfo = new DrmInfo(infoType, drmBuffer, data.readString8());
927 reply->writeInt32(drmInfoStatus->infoType);
954 const int infoType = data.readInt32();
956 DrmInfoRequest* drmInfoRequest = new DrmInfoRequest(infoType, mimeType);
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmInfoStatus.java 40 public final int infoType;
60 infoType = _infoType;
DrmInfo.java 44 * @param infoType The type of information.
48 public DrmInfo(int infoType, byte[] data, String mimeType) {
49 mInfoType = infoType;
57 * @param infoType The type of information.
61 public DrmInfo(int infoType, String path, String mimeType) {
62 mInfoType = infoType;
DrmInfoRequest.java 64 * @param infoType Type of information.
67 public DrmInfoRequest(int infoType, String mimeType) {
68 mInfoType = infoType;
144 /* package */ static boolean isValidType(int infoType) {
147 switch (infoType) {
DrmManagerClient.java 136 getEventType(status.infoType), null, attributes);
138 int infoType = (null != status) ? status.infoType : drmInfo.getInfoType();
140 getErrorType(infoType), null, attributes);
170 Object thisReference, int uniqueId, int infoType, String message) {
175 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message);
194 int infoType = msg.arg2;
197 switch (infoType) {
204 info = new DrmInfoEvent(uniqueId, infoType, message);
212 info = new DrmInfoEvent(uniqueId, infoType, message)
    [all...]
  /frameworks/base/include/drm/
DrmInfoStatus.h 59 int infoType;
DrmInfoEvent.h 77 * @param[in] infoType Type of information
80 DrmInfoEvent(int uniqueId, int infoType, const String8 message);
DrmInfo.h 39 * @param[in] infoType Type of information
43 DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType);
DrmInfoRequest.h 54 * @param[in] infoType Type of information
57 DrmInfoRequest(int infoType, const String8& mimeType);
  /external/skia/src/xml/
SkJSDisplayable.cpp 239 SkDisplayTypes infoType = (SkDisplayTypes) info->fType;
244 if (infoType == SkType_MemberProperty) {
245 infoType = info->propertyType();
246 switch (infoType) {
258 switch (infoType) {
276 switch (infoType) {
315 SkDisplayTypes infoType = info->getType();
321 switch (infoType) {
349 switch (infoType) {
361 switch (infoType) {
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 217 switch (infoStatus.infoType) {
  /external/sonivox/arm-wt-22k/lib_src/
jet.c 260 EAS_U32 infoType;
273 /* get info infoType */
274 result = EAS_HWGetDWord(easHandle->hwInstData, easHandle->jetHandle->jetFileHandle, &infoType, EAS_TRUE);
282 switch (infoType)
299 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Ignoring unrecognized JET info type 0x%08x", infoType); */ }
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 479 int infoType = pDrmInfoStatus->infoType;
502 drmInfoStatus = env->NewObject(localRef, constructorId, statusCode, infoType,
  /prebuilt/sdk/14/
android.jar 

Completed in 385 milliseconds