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

  /frameworks/base/drm/java/android/drm/
DrmInfoStatus.java 51 public final int infoType;
69 * @param infoType The type of the DRM information processed. Must be a valid
74 public DrmInfoStatus(int statusCode, int infoType, ProcessedData data, String mimeType) {
75 if (!DrmInfoRequest.isValidType(infoType)) {
76 throw new IllegalArgumentException("infoType: " + infoType);
88 this.infoType = infoType;
DrmManagerClient.java 142 getEventType(status.infoType), null, attributes);
144 int infoType = (null != status) ? status.infoType : drmInfo.getInfoType();
146 getErrorType(infoType), null, attributes);
176 Object thisReference, int uniqueId, int infoType, String message) {
181 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message);
200 int infoType = msg.arg2;
203 switch (infoType) {
210 info = new DrmInfoEvent(uniqueId, infoType, message);
218 info = new DrmInfoEvent(uniqueId, infoType, message)
    [all...]
  /frameworks/av/include/drm/
DrmInfoStatus.h 59 int infoType;
  /external/skia/src/xml/
SkJSDisplayable.cpp 231 SkDisplayTypes infoType = (SkDisplayTypes) info->fType;
236 if (infoType == SkType_MemberProperty) {
237 infoType = info->propertyType();
238 switch (infoType) {
250 switch (infoType) {
268 switch (infoType) {
307 SkDisplayTypes infoType = info->getType();
313 switch (infoType) {
341 switch (infoType) {
353 switch (infoType) {
    [all...]
  /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/av/drm/common/
IDrmManagerService.cpp 277 const int infoType = reply.readInt32();
290 drmInfoStatus = new DrmInfoStatus(statusCode, infoType, drmBuffer, mimeType);
327 const int infoType = reply.readInt32();
335 drmInfo = new DrmInfo(infoType, DrmBuffer(data, bufferSize), reply.readString8());
956 const int infoType = data.readInt32();
963 DrmInfo* drmInfo = new DrmInfo(infoType, drmBuffer, data.readString8());
977 reply->writeInt32(drmInfoStatus->infoType);
1004 const int infoType = data.readInt32();
1006 DrmInfoRequest* drmInfoRequest = new DrmInfoRequest(infoType, mimeType);
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 472 int infoType = pDrmInfoStatus->infoType;
495 drmInfoStatus = env->NewObject(localRef, constructorId, statusCode, infoType,
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 

Completed in 164 milliseconds