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

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h56 status_t onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h200 status_t onConsumeRights(int uniqueId,
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp83 return onConsumeRights(uniqueId, decryptHandle, action, reserve);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h268 virtual status_t onConsumeRights(int uniqueId, DecryptHandle* decryptHandle,
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp183 status_t DrmPassthruPlugIn::onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, function in class:DrmPassthruPlugIn
185 ALOGV("DrmPassthruPlugIn::onConsumeRights() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp293 status_t FwdLockEngine::onConsumeRights(int uniqueId, function in class:FwdLockEngine
298 LOG_VERBOSE("FwdLockEngine::onConsumeRights");

Completed in 903 milliseconds