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

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h66 status_t onRemoveAllRights(int uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h262 status_t onRemoveAllRights(int uniqueId);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp102 return onRemoveAllRights(uniqueId);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h315 virtual status_t onRemoveAllRights(int uniqueId) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp206 status_t DrmPassthruPlugIn::onRemoveAllRights(int uniqueId) { function in class:DrmPassthruPlugIn
207 ALOGV("DrmPassthruPlugIn::onRemoveAllRights() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp362 status_t FwdLockEngine::onRemoveAllRights(int uniqueId) { function in class:FwdLockEngine
364 LOG_VERBOSE("FwdLockEngine::onRemoveAllRights");

Completed in 143 milliseconds