Home
last modified time | relevance | path

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

/frameworks/av/drm/libdrmframework/plugins/common/include/
DIDrmEngine.h314 virtual DrmSupportInfo* getSupportInfo(int uniqueId) = 0;
DDrmEngineBase.h80 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.cpp106 DrmSupportInfo* info = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0); in loadPlugIns()
385 = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0); in getAllSupportInfo()