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

/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp159 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)) {
348 if (((0 == path.length()) || onCanHandle(uniqueId, path)) &&
537 if (NULL != filePath && onCanHandle(uniqueId, String8(filePath))) {

Completed in 364 milliseconds