HomeSort by relevance Sort by last modified time
    Searched defs:onCheckRightsStatus (Results 1 - 2 of 2) sorted by null

  /frameworks/base/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 177 int DrmPassthruPlugIn::onCheckRightsStatus(int uniqueId, const String8& path, int action) {
178 LOGD("DrmPassthruPlugIn::onCheckRightsStatus() : %d", uniqueId);
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 115 (RightsStatus::RIGHTS_VALID == onCheckRightsStatus(uniqueId, *path, action))) {
226 int FwdLockEngine::onCheckRightsStatus(int uniqueId,
231 LOG_VERBOSE("FwdLockEngine::onCheckRightsStatus");
272 return (onCheckRightsStatus(uniqueId, path, action) == RightsStatus::RIGHTS_VALID);

Completed in 152 milliseconds