Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h75 DrmSupportInfo* onGetSupportInfo(int uniqueId);
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h317 DrmSupportInfo* onGetSupportInfo(int uniqueId);
/aosp12/frameworks/av/drm/common/
H A DDrmEngineBase.cpp119 return onGetSupportInfo(uniqueId); in getSupportInfo()
/aosp12/frameworks/av/drm/common/include/
H A DDrmEngineBase.h373 virtual DrmSupportInfo* onGetSupportInfo(int uniqueId) = 0;
/aosp12/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp126 DrmSupportInfo* DrmPassthruPlugIn::onGetSupportInfo(int uniqueId) { in onGetSupportInfo() function in DrmPassthruPlugIn
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp212 DrmSupportInfo* FwdLockEngine::onGetSupportInfo(int /* uniqueId */) { in onGetSupportInfo() function in FwdLockEngine