Home
last modified time | relevance | path

Searched refs:addMimeType (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/include/drm/
DDrmSupportInfo.h136 status_t addMimeType(const String8& mimeType);
/frameworks/base/drm/java/android/drm/
DDrmSupportInfo.java41 public void addMimeType(String mimeType) { in addMimeType() method in DrmSupportInfo
/frameworks/av/drm/common/
DDrmSupportInfo.cpp86 status_t DrmSupportInfo::addMimeType(const String8& mimeType) { in addMimeType() function in DrmSupportInfo
DIDrmManagerService.cpp592 drmSupportInfo.addMimeType(reply.readString8()); in getAllSupportInfo()
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp130 drmSupportInfo->addMimeType(String8("application/vnd.passthru.drm")); in onGetSupportInfo()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp178 info->addMimeType(MimeTypes[i]); in AddSupportedMimeTypes()
/frameworks/base/api/
Dcurrent.txt10156 method public void addMimeType(java.lang.String);