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.cpp86 status_t NoOpDrmManagerClientImpl::removeRights(int uniqueId, const String8& path) { in removeRights() function in android::NoOpDrmManagerClientImpl
DDrmManagerClientImpl.cpp213 status_t DrmManagerClientImpl::removeRights(int uniqueId, const String8& path) { in removeRights() function in DrmManagerClientImpl
216 status = getDrmManagerService()->removeRights(uniqueId, path); in removeRights()
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp176 status_t DrmManagerService::removeRights(int uniqueId, const String8& path) { in removeRights() function in DrmManagerService
178 return mDrmManager->removeRights(uniqueId, path); in removeRights()
DDrmManager.cpp307 status_t DrmManager::removeRights(int uniqueId, const String8& path) { in removeRights() function in DrmManager
313 result = rDrmEngine.removeRights(uniqueId, path); in removeRights()
/frameworks/av/drm/libdrmframework/include/
DIDrmManagerService.h127 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
214 virtual status_t removeRights(int uniqueId, const String8& path);
DDrmManagerService.h87 status_t removeRights(int uniqueId, const String8& path);
DNoOpDrmManagerClientImpl.h49 status_t removeRights(int uniqueId, const String8& path);
DDrmManagerClientImpl.h229 virtual status_t removeRights(int uniqueId, const String8& path);
DDrmManager.h100 status_t removeRights(int uniqueId, const String8& path);
/frameworks/av/include/drm/
DDrmManagerClient.h317 status_t removeRights(const String8& path);
/frameworks/base/drm/java/android/drm/
DDrmManagerClient.java701 public int removeRights(String path) { in removeRights() method in DrmManagerClient
715 public int removeRights(Uri uri) { in removeRights() method in DrmManagerClient
719 return removeRights(convertUriToPath(uri)); in removeRights()
/frameworks/av/drm/libdrmframework/plugins/common/include/
DIDrmEngine.h249 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
DDrmEngineBase.h70 status_t removeRights(int uniqueId, const String8& path);
/frameworks/av/drm/common/
DDrmEngineBase.cpp97 status_t DrmEngineBase::removeRights(int uniqueId, const String8& path) { in removeRights() function in DrmEngineBase
DIDrmManagerService.cpp465 status_t BpDrmManagerService::removeRights(int uniqueId, const String8& path) { in removeRights() function in BpDrmManagerService
1170 const status_t status = removeRights(uniqueId, path); in onTransact()
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp621 ->removeRights(uniqueId, Utility::getStringValue(env, path))); in android_drm_DrmManagerClient_removeRights()
/frameworks/base/api/
Dsystem-current.txt10422 method public int removeRights(java.lang.String);
10423 method public int removeRights(android.net.Uri);
Dcurrent.txt10116 method public int removeRights(java.lang.String);
10117 method public int removeRights(android.net.Uri);