Home | History | Annotate | Download | only in drmserver

Lines Matching refs:DrmSupportInfo

29 #include <drm/DrmSupportInfo.h>
106 DrmSupportInfo* info = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0);
186 DrmSupportInfo* info = rDrmEngine.getSupportInfo(0);
388 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
395 Vector<DrmSupportInfo> drmSupportInfoList;
399 DrmSupportInfo* drmSupportInfo
401 if (NULL != drmSupportInfo) {
402 drmSupportInfoList.add(*drmSupportInfo);
403 delete drmSupportInfo; drmSupportInfo = NULL;
409 *drmSupportInfoArray = new DrmSupportInfo[validPlugins];
584 const DrmSupportInfo& drmSupportInfo = mSupportInfoToPlugInIdMap.keyAt(index);
586 if (drmSupportInfo.isSupportedMimeType(mimeType)) {
587 plugInId = mSupportInfoToPlugInIdMap.valueFor(drmSupportInfo);
600 const DrmSupportInfo& drmSupportInfo = mSupportInfoToPlugInIdMap.keyAt(index);
602 if (drmSupportInfo.isSupportedFileSuffix(fileSuffix)) {
603 String8 key = mSupportInfoToPlugInIdMap.valueFor(drmSupportInfo);