Searched refs:removeRights (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h89 status_t removeRights(int uniqueId, const String8& path);
H A DDrmManager.h102 status_t removeRights(int uniqueId, const String8& path);
H A DDrmManagerClientImpl.h229 status_t removeRights(int uniqueId, const String8& path);
H A DIDrmManagerService.h129 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
218 virtual status_t removeRights(int uniqueId, const String8& path);
/frameworks/av/include/drm/
H A DDrmManagerClient.h317 status_t removeRights(const String8& 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.cpp211 status_t DrmManagerClientImpl::removeRights(int uniqueId, const String8& path) { function in class:DrmManagerClientImpl
214 status = getDrmManagerService()->removeRights(uniqueId, path);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h249 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
H A DDrmEngineBase.h70 status_t removeRights(int uniqueId, const String8& path);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp170 status_t DrmManagerService::removeRights(int uniqueId, const String8& path) { function in class:DrmManagerService
171 ALOGV("Entering removeRights");
172 return mDrmManager->removeRights(uniqueId, path);
H A DDrmManager.cpp332 status_t DrmManager::removeRights(int uniqueId, const String8& path) { function in class:DrmManager
338 result = rDrmEngine.removeRights(uniqueId, path);
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java690 public int removeRights(String path) { method in class:DrmManagerClient
704 public int removeRights(Uri uri) { method in class:DrmManagerClient
708 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.cpp475 status_t BpDrmManagerService::removeRights(int uniqueId, const String8& path) { function in class:BpDrmManagerService
476 ALOGV("removeRights");
1191 const status_t status = removeRights(uniqueId, path);
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp617 ALOGV("removeRights");
619 ->removeRights(uniqueId, Utility::getStringValue(env, path));

Completed in 2073 milliseconds