Home
last modified time | relevance | path

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

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DDrmPassthruPlugIn.h73 DrmConvertedStatus* onCloseConvertSession(int uniqueId, int convertId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
DFwdLockEngine.h308 DrmConvertedStatus* onCloseConvertSession(int uniqueId, int convertId);
/frameworks/av/drm/common/
DDrmEngineBase.cpp115 return onCloseConvertSession(uniqueId, convertId); in closeConvertSession()
/frameworks/av/drm/common/include/
DDrmEngineBase.h363 virtual DrmConvertedStatus* onCloseConvertSession(int uniqueId, int convertId) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp233 DrmConvertedStatus* DrmPassthruPlugIn::onCloseConvertSession(int uniqueId, int /*convertId*/) { in onCloseConvertSession() function in DrmPassthruPlugIn
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp442 DrmConvertedStatus* FwdLockEngine::onCloseConvertSession(int /* uniqueId */, function in FwdLockEngine