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

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h54 int onCheckRightsStatus(int uniqueId, const String8& path, int action);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h184 int onCheckRightsStatus(int uniqueId,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp114 (RightsStatus::RIGHTS_VALID == onCheckRightsStatus(uniqueId, *path, action))) {
263 int FwdLockEngine::onCheckRightsStatus(int uniqueId, function in class:FwdLockEngine
268 LOG_VERBOSE("FwdLockEngine::onCheckRightsStatus");
309 return (onCheckRightsStatus(uniqueId, path, action) == RightsStatus::RIGHTS_VALID);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp78 return onCheckRightsStatus(uniqueId, path, action);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h254 virtual int onCheckRightsStatus(int uniqueId, const String8& path, int action) = 0;
/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);

Completed in 284 milliseconds