Searched refs:onGetSupportInfo (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h74 DrmSupportInfo* onGetSupportInfo(int uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h318 DrmSupportInfo* onGetSupportInfo(int uniqueId);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp119 return onGetSupportInfo(uniqueId);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h370 virtual DrmSupportInfo* onGetSupportInfo(int uniqueId) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp125 DrmSupportInfo* DrmPassthruPlugIn::onGetSupportInfo(int uniqueId) { function in class:DrmPassthruPlugIn
126 ALOGV("DrmPassthruPlugIn::onGetSupportInfo : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp210 DrmSupportInfo* FwdLockEngine::onGetSupportInfo(int uniqueId) { function in class:FwdLockEngine
213 LOG_VERBOSE("FwdLockEngine::onGetSupportInfo");

Completed in 1507 milliseconds