HomeSort by relevance Sort by last modified time
    Searched defs:onCanHandle (Results 1 - 2 of 2) sorted by null

  /frameworks/base/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 159 bool DrmPassthruPlugIn::onCanHandle(int uniqueId, const String8& path) {
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 181 bool FwdLockEngine::onCanHandle(int uniqueId, const String8& path) {
234 if (onCanHandle(uniqueId, path)) {
310 if (((0 == path.length()) || onCanHandle(uniqueId, path)) &&
500 if (NULL != filePath && onCanHandle(uniqueId, String8(filePath))) {

Completed in 416 milliseconds