Home
last modified time | relevance | path

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

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DDrmPassthruPlugIn.h64 status_t onRemoveRights(int uniqueId, const String8& path);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
DFwdLockEngine.h251 status_t onRemoveRights(int uniqueId, const String8& path);
/frameworks/av/drm/common/
DDrmEngineBase.cpp98 return onRemoveRights(uniqueId, path); in removeRights()
/frameworks/av/drm/common/include/
DDrmEngineBase.h305 virtual status_t onRemoveRights(int uniqueId, const String8& path) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp203 status_t DrmPassthruPlugIn::onRemoveRights(int uniqueId, const String8& /*path*/) { in onRemoveRights() function in DrmPassthruPlugIn
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp362 status_t FwdLockEngine::onRemoveRights(int /* uniqueId */, const String8& /* path */) { in onRemoveRights() function in FwdLockEngine