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.cpp114 std::unique_ptr<DrmSupportInfo> info(engine.getSupportInfo(0)); in recordEngineMetrics()
221 DrmSupportInfo* info = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0); in loadPlugIns()
544 = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0); in getAllSupportInfo()