Searched defs:removeRights (Results 1 - 8 of 8) sorted by last modified time

/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java701 public int removeRights(String path) { method in class:DrmManagerClient
715 public int removeRights(Uri uri) { method in class:DrmManagerClient
719 return removeRights(convertUriToPath(uri));
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp97 status_t DrmEngineBase::removeRights(int uniqueId, const String8& path) { function in class:DrmEngineBase
H A DIDrmManagerService.cpp465 status_t BpDrmManagerService::removeRights(int uniqueId, const String8& path) { function in class:BpDrmManagerService
466 ALOGV("removeRights");
1170 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.cpp176 status_t DrmManagerService::removeRights(int uniqueId, const String8& path) { function in class:DrmManagerService
177 ALOGV("Entering removeRights");
178 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.cpp86 status_t NoOpDrmManagerClientImpl::removeRights(int uniqueId, const String8& path) { function in class:android::NoOpDrmManagerClientImpl

Completed in 91 milliseconds