Home
last modified time | relevance | path

Searched refs:removeRights (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/drm/libdrmframework/
DDrmManagerClient.cpp95 status_t DrmManagerClient::removeRights(const String8& path) { in removeRights() function in DrmManagerClient
96 return mDrmManagerClientImpl->removeRights(mUniqueId, path); in removeRights()
DNoOpDrmManagerClientImpl.cpp122 status_t NoOpDrmManagerClientImpl::removeRights( in removeRights() function in android::NoOpDrmManagerClientImpl
DDrmManagerClientImpl.cpp199 status_t DrmManagerClientImpl::removeRights(int uniqueId, const String8& path) { in removeRights() function in DrmManagerClientImpl
202 status = getDrmManagerService()->removeRights(uniqueId, path); in removeRights()
/frameworks/av/drm/common/include/
DIDrmManagerService.h128 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
215 virtual status_t removeRights(int uniqueId, const String8& path);
DIDrmEngine.h249 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
DDrmEngineBase.h71 status_t removeRights(int uniqueId, const String8& path);
/frameworks/av/drm/libdrmframework/include/
DNoOpDrmManagerClientImpl.h49 status_t removeRights(int uniqueId, const String8& path);
DDrmManagerClientImpl.h229 virtual status_t removeRights(int uniqueId, const String8& path);
/frameworks/av/include/drm/
DDrmManagerClient.h317 status_t removeRights(const String8& path);
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp241 status_t DrmManagerService::removeRights(int uniqueId, const String8& path) { in removeRights() function in DrmManagerService
243 return mDrmManager->removeRights(uniqueId, path); in removeRights()
DDrmManagerService.h107 status_t removeRights(int uniqueId, const String8& path);
DDrmManager.h139 status_t removeRights(int uniqueId, const String8& path);
DDrmManager.cpp461 status_t DrmManager::removeRights(int uniqueId, const String8& path) { in removeRights() function in DrmManager
467 result = rDrmEngine.removeRights(uniqueId, path); in removeRights()
/frameworks/base/drm/java/android/drm/
DDrmManagerClient.java731 public int removeRights(String path) { in removeRights() method in DrmManagerClient
745 public int removeRights(Uri uri) { in removeRights() method in DrmManagerClient
749 return removeRights(convertUriToPath(uri)); in removeRights()
/frameworks/av/drm/common/
DDrmEngineBase.cpp97 status_t DrmEngineBase::removeRights(int uniqueId, const String8& path) { in removeRights() function in DrmEngineBase
DIDrmManagerService.cpp468 status_t BpDrmManagerService::removeRights(int uniqueId, const String8& path) { in removeRights() function in BpDrmManagerService
1188 const status_t status = removeRights(uniqueId, path); in onTransact()
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp622 ->removeRights(uniqueId, Utility::getStringValue(env, path))); in android_drm_DrmManagerClient_removeRights()
/frameworks/base/core/api/
Dcurrent.txt14372 method @Deprecated public int removeRights(String);
14373 method @Deprecated public int removeRights(android.net.Uri);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10114 method public int removeRights(java.lang.String);
10115 method public int removeRights(android.net.Uri);