Searched defs:onCanHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp160 bool DrmPassthruPlugIn::onCanHandle(int uniqueId, const String8& path) { function in class:DrmPassthruPlugIn
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp227 bool FwdLockEngine::onCanHandle(int /* uniqueId */, const String8& path) { function in class:FwdLockEngine
274 if (onCanHandle(uniqueId, path)) {
354 if (((0 == path.length()) || onCanHandle(uniqueId, path)) &&
543 if (NULL != filePath && onCanHandle(uniqueId, String8(filePath))) {

Completed in 55 milliseconds