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

  /cts/tests/tests/drm/lib/
TestPlugin.cpp 108 int TestPlugIn::onCheckRightsStatus(int uniqueId, const String8& path, int action) {
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 179 int DrmPassthruPlugIn::onCheckRightsStatus(int uniqueId, const String8& /*path*/, int /*action*/) {
180 ALOGV("DrmPassthruPlugIn::onCheckRightsStatus() : %d", uniqueId);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 114 (RightsStatus::RIGHTS_VALID == onCheckRightsStatus(uniqueId, *path, action))) {
266 int FwdLockEngine::onCheckRightsStatus(int uniqueId,
271 LOG_VERBOSE("FwdLockEngine::onCheckRightsStatus");
312 return (onCheckRightsStatus(uniqueId, path, action) == RightsStatus::RIGHTS_VALID);

Completed in 2692 milliseconds