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

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h41 bool onCanHandle(int uniqueId, const String8& path);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h108 bool onCanHandle(int uniqueId, const String8& path);
/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))) {
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp52 return onCanHandle(uniqueId, path);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h183 virtual bool onCanHandle(int uniqueId, const String8& path) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp160 bool DrmPassthruPlugIn::onCanHandle(int uniqueId, const String8& path) { function in class:DrmPassthruPlugIn

Completed in 149 milliseconds