Home
last modified time | relevance | path

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

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DDrmPassthruPlugIn.h67 status_t onRemoveAllRights(int uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
DFwdLockEngine.h262 status_t onRemoveAllRights(int uniqueId);
/frameworks/av/drm/common/
DDrmEngineBase.cpp102 return onRemoveAllRights(uniqueId); in removeAllRights()
/frameworks/av/drm/common/include/
DDrmEngineBase.h318 virtual status_t onRemoveAllRights(int uniqueId) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp208 status_t DrmPassthruPlugIn::onRemoveAllRights(int uniqueId) { in onRemoveAllRights() function in DrmPassthruPlugIn
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp368 status_t FwdLockEngine::onRemoveAllRights(int /* uniqueId */) { in onRemoveAllRights() function in FwdLockEngine