Searched refs:getMimeType (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/include/drm/
H A DDrmRights.h79 String8 getMimeType(void) const;
H A DDrmInfo.h112 String8 getMimeType(void) const;
H A DDrmInfoRequest.h126 String8 getMimeType(void) const;
/frameworks/av/drm/common/
H A DDrmRights.cpp52 String8 DrmRights::getMimeType(void) const { function in class:DrmRights
H A DDrmInfo.cpp32 String8 DrmInfo::getMimeType(void) const { function in class:DrmInfo
H A DDrmInfoRequest.cpp29 String8 DrmInfoRequest::getMimeType(void) const { function in class:DrmInfoRequest
H A DIDrmManagerService.cpp249 data.writeString8(drmInfo->getMimeType());
294 data.writeString8(drmInforequest->getMimeType());
351 const String8 mimeType = drmRights.getMimeType();
1013 reply->writeString8(drmInfo->getMimeType());
/frameworks/base/drm/java/android/drm/
H A DDrmInfo.java145 public String getMimeType() { method in class:DrmInfo
H A DDrmInfoRequest.java82 public String getMimeType() { method in class:DrmInfoRequest
H A DDrmRights.java149 public String getMimeType() { method in class:DrmRights
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp84 DrmInfoRequest::TYPE_REGISTRATION_INFO, emptyBuffer, drmInfo->getMimeType());
90 DrmInfoRequest::TYPE_UNREGISTRATION_INFO, emptyBuffer, drmInfo->getMimeType());
101 DrmInfoRequest::TYPE_RIGHTS_ACQUISITION_INFO, buffer, drmInfo->getMimeType());
155 DrmBuffer(data, length), drmInfoRequest->getMimeType());
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java143 public String getMimeType() { method in class:CacheManager.CacheResult
H A DWebResourceResponse.java88 public String getMimeType() { method in class:WebResourceResponse
/frameworks/base/core/java/android/content/
H A DClipDescription.java172 public String getMimeType(int index) { method in class:ClipDescription
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java73 mCaps.put(c.getMimeType(), c);
367 public String getMimeType() { method in class:MediaCodecInfo.CodecCapabilities
624 String mime = mParent.getMimeType();
1389 String mime = mParent.getMimeType();
1873 String mime = mParent.getMimeType();
1964 final String mime = mParent.getMimeType();
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp199 const String8 plugInId = getSupportedPlugInId(drmInfo->getMimeType());
224 const String8 plugInId = getSupportedPlugInId(drmInfoRequest->getMimeType());
235 const String8 plugInId = getSupportedPlugInId(drmRights.getMimeType());
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp556 mInfoType, dataArray, env->NewStringUTF(pDrmInfo->getMimeType().string()));
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java328 response.getMimeType(),
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2517 final String mimeType = clipDescription.getMimeType(i);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1537 public String getMimeType() { return mMimeType; } method in class:VCardEntry.AndroidCustomData

Completed in 2068 milliseconds