HomeSort by relevance Sort by last modified time
    Searched refs:infoType (Results 1 - 25 of 27) 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;
DrmInfo.java 44 * @param infoType The type of information.
48 public DrmInfo(int infoType, byte[] data, String mimeType) {
49 mInfoType = infoType;
53 final String msg = "infoType: " + infoType + "," +
64 * @param infoType The type of information.
68 public DrmInfo(int infoType, String path, String mimeType) {
69 mInfoType = infoType;
80 final String msg = "infoType: " + infoType + ","
    [all...]
DrmInfoRequest.java 64 * @param infoType Type of information.
67 public DrmInfoRequest(int infoType, String mimeType) {
68 mInfoType = infoType;
71 final String msg = "infoType: " + infoType + "," +
149 /* package */ static boolean isValidType(int infoType) {
152 switch (infoType) {
DrmManagerClient.java 149 getEventType(status.infoType), null, attributes);
151 int infoType = (null != status) ? status.infoType : drmInfo.getInfoType();
153 getErrorType(infoType), null, attributes);
183 Object thisReference, int uniqueId, int infoType, String message) {
188 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message);
207 int infoType = msg.arg2;
210 switch (infoType) {
217 info = new DrmInfoEvent(uniqueId, infoType, message);
225 info = new DrmInfoEvent(uniqueId, infoType, message)
    [all...]
  /frameworks/av/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 267 const int infoType = reply.readInt32();
280 drmInfoStatus = new DrmInfoStatus(statusCode, infoType, drmBuffer, mimeType);
317 const int infoType = reply.readInt32();
325 drmInfo = new DrmInfo(infoType, DrmBuffer(data, bufferSize), reply.readString8());
935 const int infoType = data.readInt32();
942 DrmInfo* drmInfo = new DrmInfo(infoType, drmBuffer, data.readString8());
956 reply->writeInt32(drmInfoStatus->infoType);
983 const int infoType = data.readInt32();
985 DrmInfoRequest* drmInfoRequest = new DrmInfoRequest(infoType, mimeType);
    [all...]
  /frameworks/av/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/chromium_org/third_party/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) {
303 SkDisplayTypes infoType = info->getType();
309 switch (infoType) {
333 switch (infoType) {
345 switch (infoType) {
    [all...]
  /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) {
303 SkDisplayTypes infoType = info->getType();
309 switch (infoType) {
333 switch (infoType) {
345 switch (infoType) {
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 213 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 474 int infoType = pDrmInfoStatus->infoType;
497 drmInfoStatus = env->NewObject(localRef, constructorId, statusCode, infoType,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 196 milliseconds

1 2