Searched refs:getMimeType (Results 1 - 18 of 18) 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/base/core/java/android/webkit/
H A DWebResourceResponse.java65 public String getMimeType() { method in class:WebResourceResponse
H A DCacheManager.java157 public String getMimeType() { method in class:CacheManager.CacheResult
/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.cpp259 data.writeString8(drmInfo->getMimeType());
304 data.writeString8(drmInforequest->getMimeType());
361 const String8 mimeType = drmRights.getMimeType();
1034 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.cpp83 DrmInfoRequest::TYPE_REGISTRATION_INFO, emptyBuffer, drmInfo->getMimeType());
89 DrmInfoRequest::TYPE_UNREGISTRATION_INFO, emptyBuffer, drmInfo->getMimeType());
100 DrmInfoRequest::TYPE_RIGHTS_ACQUISITION_INFO, buffer, drmInfo->getMimeType());
154 DrmBuffer(data, length), drmInfoRequest->getMimeType());
/frameworks/base/core/java/android/content/
H A DClipDescription.java172 public String getMimeType(int index) { method in class:ClipDescription
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp224 const String8 plugInId = getSupportedPlugInId(drmInfo->getMimeType());
249 const String8 plugInId = getSupportedPlugInId(drmInfoRequest->getMimeType());
260 const String8 plugInId = getSupportedPlugInId(drmRights.getMimeType());
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c142 static int32_t getMimeType(const uint8_t *buf, int32_t bufLen) function
740 data.mimeType = getMimeType(buf, bufLen);
830 data.mimeType = getMimeType(s->rawContent, s->rawContentLen);
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp554 mInfoType, dataArray, env->NewStringUTF(pDrmInfo->getMimeType().string()));
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1537 public String getMimeType() { return mMimeType; } method in class:VCardEntry.AndroidCustomData

Completed in 1840 milliseconds