Searched refs:removeRights (Results 1 - 17 of 17) sorted by path

/frameworks/av/drm/common/
H A DDrmEngineBase.cpp97 status_t DrmEngineBase::removeRights(int uniqueId, const String8& path) { function in class:DrmEngineBase
H A DIDrmManagerService.cpp468 status_t BpDrmManagerService::removeRights(int uniqueId, const String8& path) { function in class:BpDrmManagerService
469 ALOGV("removeRights");
1188 const status_t status = removeRights(uniqueId, path);
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp307 status_t DrmManager::removeRights(int uniqueId, const String8& path) { function in class:DrmManager
313 result = rDrmEngine.removeRights(uniqueId, path);
H A DDrmManagerService.cpp233 status_t DrmManagerService::removeRights(int uniqueId, const String8& path) { function in class:DrmManagerService
234 ALOGV("Entering removeRights");
235 return mDrmManager->removeRights(uniqueId, path);
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp95 status_t DrmManagerClient::removeRights(const String8& path) { function in class:DrmManagerClient
96 return mDrmManagerClientImpl->removeRights(mUniqueId, path);
H A DDrmManagerClientImpl.cpp213 status_t DrmManagerClientImpl::removeRights(int uniqueId, const String8& path) { function in class:DrmManagerClientImpl
216 status = getDrmManagerService()->removeRights(uniqueId, path);
H A DNoOpDrmManagerClientImpl.cpp122 status_t NoOpDrmManagerClientImpl::removeRights( function in class:android::NoOpDrmManagerClientImpl
/frameworks/av/drm/libdrmframework/include/
H A DDrmManager.h100 status_t removeRights(int uniqueId, const String8& path);
H A DDrmManagerClientImpl.h229 virtual status_t removeRights(int uniqueId, const String8& path);
H A DDrmManagerService.h106 status_t removeRights(int uniqueId, const String8& path);
H A DIDrmManagerService.h127 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
214 virtual status_t removeRights(int uniqueId, const String8& path);
H A DNoOpDrmManagerClientImpl.h49 status_t removeRights(int uniqueId, const String8& path);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h70 status_t removeRights(int uniqueId, const String8& path);
H A DIDrmEngine.h249 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
/frameworks/av/include/drm/
H A DDrmManagerClient.h317 status_t removeRights(const String8& path);
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java708 public int removeRights(String path) { method in class:DrmManagerClient
722 public int removeRights(Uri uri) { method in class:DrmManagerClient
726 return removeRights(convertUriToPath(uri));
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp620 ALOGV("removeRights");
622 ->removeRights(uniqueId, Utility::getStringValue(env, path)));

Completed in 1551 milliseconds