Home
last modified time | relevance | path

Searched refs:canHandle (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/telephony/common/com/google/android/mms/util/
DDownloadDrmHelper.java50 result = drmClient.canHandle("", mimetype); in isDrmMimeType()
104 if (drmClient.canHandle(path, null)) { in getOriginalMimeType()
/frameworks/av/drm/drmserver/
DDrmManager.h115 bool canHandle(int uniqueId, const String8& path, const String8& mimeType);
184 bool canHandle(int uniqueId, const String8& path);
DDrmManager.cpp301 bool DrmManager::canHandle(int uniqueId, const String8& path, const String8& mimeType) { in canHandle() function in DrmManager
313 result = rDrmEngine.canHandle(uniqueId, path); in canHandle()
317 result = canHandle(uniqueId, path); in canHandle()
339 bool DrmManager::canHandle(int uniqueId, const String8& path) { in canHandle() function in DrmManager
345 result = rDrmEngine.canHandle(uniqueId, path); in canHandle()
753 if (drmEngine.canHandle(uniqueId, path)) { in getSupportedPlugInIdFromPath()
DDrmManagerService.cpp177 bool DrmManagerService::canHandle(int uniqueId, const String8& path, const String8& mimeType) { in canHandle() function in DrmManagerService
179 return mDrmManager->canHandle(uniqueId, path, mimeType); in canHandle()
DDrmManagerService.h83 bool canHandle(int uniqueId, const String8& path, const String8& mimeType);
/frameworks/av/drm/libdrmframework/
DDrmManagerClient.cpp50 bool DrmManagerClient::canHandle(const String8& path, const String8& mimeType) { in canHandle() function in DrmManagerClient
51 return mDrmManagerClientImpl->canHandle(mUniqueId, path, mimeType); in canHandle()
DNoOpDrmManagerClientImpl.cpp50 bool NoOpDrmManagerClientImpl::canHandle( in canHandle() function in android::NoOpDrmManagerClientImpl
DDrmManagerClientImpl.cpp104 bool DrmManagerClientImpl::canHandle( in canHandle() function in DrmManagerClientImpl
108 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType); in canHandle()
/frameworks/av/drm/common/include/
DIDrmManagerService.h101 virtual bool canHandle(int uniqueId, const String8& path, const String8& mimeType) = 0;
191 virtual bool canHandle(int uniqueId, const String8& path, const String8& mimeType);
DIDrmEngine.h127 virtual bool canHandle(int uniqueId, const String8& path) = 0;
DDrmEngineBase.h47 bool canHandle(int uniqueId, const String8& path);
/frameworks/av/drm/libdrmframework/include/
DNoOpDrmManagerClientImpl.h36 bool canHandle(int uniqueId, const String8& path, const String8& mimeType);
DDrmManagerClientImpl.h109 virtual bool canHandle(int uniqueId, const String8& path, const String8& mimeType);
/frameworks/av/include/drm/
DDrmManagerClient.h244 bool canHandle(const String8& path, const String8& mimeType);
/frameworks/base/drm/java/android/drm/
DDrmManagerClient.java500 public boolean canHandle(String path, String mimeType) { in canHandle() method in DrmManagerClient
515 public boolean canHandle(Uri uri, String mimeType) { in canHandle() method in DrmManagerClient
519 return canHandle(convertUriToPath(uri), mimeType); in canHandle()
/frameworks/av/drm/common/
DDrmEngineBase.cpp51 bool DrmEngineBase::canHandle(int uniqueId, const String8& path) { in canHandle() function in DrmEngineBase
DIDrmManagerService.cpp220 bool BpDrmManagerService::canHandle(int uniqueId, const String8& path, const String8& mimeType) { in canHandle() function in BpDrmManagerService
926 bool result = canHandle(uniqueId, path, mimeType); in onTransact()
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp420 ->canHandle(uniqueId, Utility::getStringValue(env, path), in android_drm_DrmManagerClient_canHandle()
/frameworks/base/core/api/
Dcurrent.txt14349 method @Deprecated public boolean canHandle(String, String);
14350 method @Deprecated public boolean canHandle(android.net.Uri, String);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10093 method public boolean canHandle(java.lang.String, java.lang.String);
10094 method public boolean canHandle(android.net.Uri, java.lang.String);