Searched defs:pSupportInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp211 DrmSupportInfo* pSupportInfo = new DrmSupportInfo(); local
216 if (NULL != pSupportInfo) {
217 AddSupportedMimeTypes(pSupportInfo);
218 AddSupportedFileSuffixes(pSupportInfo);
219 pSupportInfo->setDescription(Description);
222 return pSupportInfo;

Completed in 79 milliseconds