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

/frameworks/base/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h64 status_t onRemoveRights(int uniqueId, const String8& path);
/frameworks/base/drm/common/
H A DDrmEngineBase.cpp98 return onRemoveRights(uniqueId, path);
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h250 status_t onRemoveRights(int uniqueId, const String8& path);
/frameworks/base/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h299 virtual status_t onRemoveRights(int uniqueId, const String8& path) = 0;
/frameworks/base/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp201 status_t DrmPassthruPlugIn::onRemoveRights(int uniqueId, const String8& path) { function in class:DrmPassthruPlugIn
202 LOGD("DrmPassthruPlugIn::onRemoveRights() : %d", uniqueId);
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp319 status_t FwdLockEngine::onRemoveRights(int uniqueId, const String8& path) { function in class:FwdLockEngine
321 LOG_VERBOSE("FwdLockEngine::onRemoveRights");

Completed in 72 milliseconds