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.cpp225 bool FwdLockEngine::onCanHandle(int uniqueId, const String8& path) { function in class:FwdLockEngine
271 if (onCanHandle(uniqueId, path)) {
349 if (((0 == path.length()) || onCanHandle(uniqueId, path)) &&
538 if (NULL != filePath && onCanHandle(uniqueId, String8(filePath))) {

Completed in 7 milliseconds