Home
last modified time | relevance | path

Searched refs:getSupportInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/drm/common/include/
DIDrmEngine.h314 virtual DrmSupportInfo* getSupportInfo(int uniqueId) = 0;
DDrmEngineBase.h81 DrmSupportInfo* getSupportInfo(int uniqueId);
/frameworks/av/drm/common/
DDrmEngineBase.cpp118 DrmSupportInfo* DrmEngineBase::getSupportInfo(int uniqueId) { in getSupportInfo() function in DrmEngineBase
/frameworks/av/drm/drmserver/
DDrmManager.cpp101 DrmSupportInfo* info = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0); in loadPlugIns()
380 = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0); in getAllSupportInfo()