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

  /cts/tests/tests/drm/lib/
TestPlugin.cpp 95 bool TestPlugIn::onCanHandle(int uniqueId, const String8& path) {
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 160 bool DrmPassthruPlugIn::onCanHandle(int /*uniqueId*/, const String8& path) {
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 227 bool FwdLockEngine::onCanHandle(int /* uniqueId */, const String8& path) {
274 if (onCanHandle(uniqueId, path)) {
354 if (((0 == path.length()) || onCanHandle(uniqueId, path)) &&
547 if (NULL != filePath && onCanHandle(uniqueId, String8(filePath))) {

Completed in 529 milliseconds