Searched refs:onCanHandle (Results 1 – 6 of 6) sorted by relevance
227 bool FwdLockEngine::onCanHandle(int /* uniqueId */, const String8& path) { in onCanHandle() function in FwdLockEngine274 if (onCanHandle(uniqueId, path)) { in onCheckRightsStatus()354 if (((0 == path.length()) || onCanHandle(uniqueId, path)) && in onGetDrmObjectType()549 if (NULL != filePath && onCanHandle(uniqueId, String8(filePath))) {
41 bool onCanHandle(int uniqueId, const String8& path);
108 bool onCanHandle(int uniqueId, const String8& path);
52 return onCanHandle(uniqueId, path); in canHandle()
185 virtual bool onCanHandle(int uniqueId, const String8& path) = 0;
160 bool DrmPassthruPlugIn::onCanHandle(int /*uniqueId*/, const String8& path) { in onCanHandle() function in DrmPassthruPlugIn