Home | History | Annotate | Download | only in drmserver

Lines Matching refs:DrmSupportInfo

29 #include <drm/DrmSupportInfo.h>
101 DrmSupportInfo* info = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0);
368 int /* uniqueId */, int* length, DrmSupportInfo** drmSupportInfoArray) {
375 Vector<DrmSupportInfo> drmSupportInfoList;
379 DrmSupportInfo* drmSupportInfo
381 if (NULL != drmSupportInfo) {
382 drmSupportInfoList.add(*drmSupportInfo);
383 delete drmSupportInfo; drmSupportInfo = NULL;
389 *drmSupportInfoArray = new DrmSupportInfo[validPlugins];
564 const DrmSupportInfo& drmSupportInfo = mSupportInfoToPlugInIdMap.keyAt(index);
566 if (drmSupportInfo.isSupportedMimeType(mimeType)) {
567 plugInId = mSupportInfoToPlugInIdMap.valueFor(drmSupportInfo);
580 const DrmSupportInfo& drmSupportInfo = mSupportInfoToPlugInIdMap.keyAt(index);
582 if (drmSupportInfo.isSupportedFileSuffix(fileSuffix)) {
583 String8 key = mSupportInfoToPlugInIdMap.valueFor(drmSupportInfo);