Home
last modified time | relevance | path

Searched refs:onCanHandle (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp227 bool FwdLockEngine::onCanHandle(int /* uniqueId */, const String8& path) { in onCanHandle() function in FwdLockEngine
274 if (onCanHandle(uniqueId, path)) { in onCheckRightsStatus()
354 if (((0 == path.length()) || onCanHandle(uniqueId, path)) && in onGetDrmObjectType()
549 if (NULL != filePath && onCanHandle(uniqueId, String8(filePath))) {
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DDrmPassthruPlugIn.h41 bool onCanHandle(int uniqueId, const String8& path);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
DFwdLockEngine.h108 bool onCanHandle(int uniqueId, const String8& path);
/frameworks/av/drm/common/
DDrmEngineBase.cpp52 return onCanHandle(uniqueId, path); in canHandle()
/frameworks/av/drm/common/include/
DDrmEngineBase.h185 virtual bool onCanHandle(int uniqueId, const String8& path) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp160 bool DrmPassthruPlugIn::onCanHandle(int /*uniqueId*/, const String8& path) { in onCanHandle() function in DrmPassthruPlugIn