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

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

Completed in 95 milliseconds