Searched defs:onCheckRightsStatus (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp178 int DrmPassthruPlugIn::onCheckRightsStatus(int uniqueId, const String8& path, int action) { function in class:DrmPassthruPlugIn
179 ALOGV("DrmPassthruPlugIn::onCheckRightsStatus() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp114 (RightsStatus::RIGHTS_VALID == onCheckRightsStatus(uniqueId, *path, action))) {
266 int FwdLockEngine::onCheckRightsStatus(int uniqueId, function in class:FwdLockEngine
271 LOG_VERBOSE("FwdLockEngine::onCheckRightsStatus");
312 return (onCheckRightsStatus(uniqueId, path, action) == RightsStatus::RIGHTS_VALID);

Completed in 81 milliseconds