Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
H A DDownloadDrmHelper.java48 result = drmClient.canHandle("", mimetype); in isDrmMimeType()
100 if (drmClient.canHandle(path, null)) { in getOriginalMimeType()
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/
H A DDownloadDrmHelper.java50 result = drmClient.canHandle("", mimetype); in isDrmMimeType()
104 if (drmClient.canHandle(path, null)) { in getOriginalMimeType()
/aosp12/frameworks/av/drm/drmserver/
H A DDrmManager.h115 bool canHandle(int uniqueId, const String8& path, const String8& mimeType);
184 bool canHandle(int uniqueId, const String8& path);
H A 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()
H A 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()
H A DDrmManagerService.h83 bool canHandle(int uniqueId, const String8& path, const String8& mimeType);
/aosp12/frameworks/av/drm/libdrmframework/
H A 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()
H A DNoOpDrmManagerClientImpl.cpp50 bool NoOpDrmManagerClientImpl::canHandle( in canHandle() function in android::NoOpDrmManagerClientImpl
H A DDrmManagerClientImpl.cpp104 bool DrmManagerClientImpl::canHandle( in canHandle() function in DrmManagerClientImpl
108 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType); in canHandle()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadDrmHelper.java69 if (client.canHandle(rawFile, null)) { in getOriginalMimeType()
/aosp12/frameworks/av/drm/common/include/
H A 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);
H A DIDrmEngine.h127 virtual bool canHandle(int uniqueId, const String8& path) = 0;
H A DDrmEngineBase.h47 bool canHandle(int uniqueId, const String8& path);
/aosp12/frameworks/base/drm/java/android/drm/
H A 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()
/aosp12/frameworks/av/drm/libdrmframework/include/
H A DNoOpDrmManagerClientImpl.h36 bool canHandle(int uniqueId, const String8& path, const String8& mimeType);
H A DDrmManagerClientImpl.h109 virtual bool canHandle(int uniqueId, const String8& path, const String8& mimeType);
/aosp12/frameworks/av/include/drm/
H A DDrmManagerClient.h244 bool canHandle(const String8& path, const String8& mimeType);
/aosp12/frameworks/av/drm/common/
H A DDrmEngineBase.cpp51 bool DrmEngineBase::canHandle(int uniqueId, const String8& path) { in canHandle() function in DrmEngineBase
H A 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()
/aosp12/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp420 ->canHandle(uniqueId, Utility::getStringValue(env, path), in android_drm_DrmManagerClient_canHandle()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt14356 method @Deprecated public boolean canHandle(String, String);
14357 method @Deprecated public boolean canHandle(android.net.Uri, String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt10093 method public boolean canHandle(java.lang.String, java.lang.String);
10094 method public boolean canHandle(android.net.Uri, java.lang.String);