Home
last modified time | relevance | path

Searched defs:drmSupportInfo (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/include/drm/
DDrmSupportInfo.h40 explicit MimeTypeIterator(DrmSupportInfo* drmSupportInfo) in MimeTypeIterator()
63 explicit FileSuffixIterator(DrmSupportInfo* drmSupportInfo) in FileSuffixIterator()
/frameworks/av/drm/common/
DDrmSupportInfo.cpp26 DrmSupportInfo::DrmSupportInfo(const DrmSupportInfo& drmSupportInfo): in DrmSupportInfo()
71 DrmSupportInfo& DrmSupportInfo::operator=(const DrmSupportInfo& drmSupportInfo) { in operator =()
DIDrmManagerService.cpp586 DrmSupportInfo drmSupportInfo; in getAllSupportInfo() local
1299 DrmSupportInfo drmSupportInfo = drmSupportInfoArray[i]; in onTransact() local
/frameworks/av/drm/drmserver/
DDrmManager.cpp379 DrmSupportInfo* drmSupportInfo in getAllSupportInfo() local
564 const DrmSupportInfo& drmSupportInfo = mSupportInfoToPlugInIdMap.keyAt(index); in getSupportedPlugInId() local
580 const DrmSupportInfo& drmSupportInfo = mSupportInfoToPlugInIdMap.keyAt(index); in getSupportedPlugInIdFromPath() local
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp128 DrmSupportInfo* drmSupportInfo = new DrmSupportInfo(); in onGetSupportInfo() local
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp351 jobject drmSupportInfo = env->NewObject(clazz, env->GetMethodID(clazz, "<init>", "()V")); in android_drm_DrmManagerClient_getAllSupportInfo() local