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

1 2

  /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 150 getEventType(status.infoType), null, attributes);
152 int infoType = (null != status) ? status.infoType : drmInfo.getInfoType();
154 getErrorType(infoType), null, attributes);
184 Object thisReference, int uniqueId, int infoType, String message) {
189 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message);
208 int infoType = msg.arg2;
211 switch (infoType) {
218 info = new DrmInfoEvent(uniqueId, infoType, message);
226 info = new DrmInfoEvent(uniqueId, infoType, message)
    [all...]
  /frameworks/av/include/drm/
DrmInfoStatus.h 59 int 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)
305 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Ignoring unrecognized JET info type 0x%08x", infoType); */ }
    [all...]
  /frameworks/av/drm/common/
IDrmManagerService.cpp 268 const int infoType = reply.readInt32();
281 drmInfoStatus = new DrmInfoStatus(statusCode, infoType, drmBuffer, mimeType);
320 const int infoType = reply.readInt32();
328 drmInfo = new DrmInfo(infoType, DrmBuffer(data, bufferSize), reply.readString8());
940 const int infoType = data.readInt32();
952 DrmInfo* drmInfo = new DrmInfo(infoType, drmBuffer, data.readString8());
966 reply->writeInt32(drmInfoStatus->infoType);
993 const int infoType = data.readInt32();
995 DrmInfoRequest* drmInfoRequest = new DrmInfoRequest(infoType, mimeType);
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 475 int infoType = pDrmInfoStatus->infoType;
498 drmInfoStatus = env->NewObject(localRef, constructorId, statusCode, infoType,
  /external/python/cpython2/Mac/Modules/snd/
_Sndmodule.c 915 OSType infoType;
919 PyMac_GetOSType, &infoType,
923 infoType,
936 OSType infoType;
940 PyMac_GetOSType, &infoType,
944 infoType,
1046 PyDoc_STR("(long inRefNum, OSType infoType, void * infoData) -> None")},
1048 PyDoc_STR("(long inRefNum, OSType infoType, void * infoData) -> None")},
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
activprof.h 426 PROFILER_HEAP_OBJECT_OPTIONAL_INFO_TYPE infoType;
    [all...]
ws2bth.h 220 USHORT infoType;
wingdi.h     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/
aws-java-sdk-elasticbeanstalk-1.11.18.jar 
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]
  /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 
  /prebuilts/misc/common/robolectric/android-all/
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 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 843 milliseconds

1 2