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

/frameworks/base/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.h228 status_t removeRights(int uniqueId, const String8& path);
H A DIDrmManagerService.h128 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
211 virtual status_t removeRights(int uniqueId, const String8& path);
/frameworks/base/include/drm/
H A DDrmManagerClient.h304 status_t removeRights(const String8& path);
/frameworks/base/drm/drmserver/
H A DDrmManagerService.cpp178 status_t DrmManagerService::removeRights(int uniqueId, const String8& path) { function in class:DrmManagerService
179 LOGV("Entering removeRights");
180 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/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/base/drm/common/
H A DDrmEngineBase.cpp97 status_t DrmEngineBase::removeRights(int uniqueId, const String8& path) { function in class:DrmEngineBase
H A DIDrmManagerService.cpp464 status_t BpDrmManagerService::removeRights(int uniqueId, const String8& path) { function in class:BpDrmManagerService
465 LOGV("removeRights");
1129 const status_t status = removeRights(uniqueId, path);
/frameworks/base/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h248 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
H A DDrmEngineBase.h70 status_t removeRights(int uniqueId, const String8& path);
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java633 public int removeRights(String path) { method in class:DrmManagerClient
647 public int removeRights(Uri uri) { method in class:DrmManagerClient
651 return removeRights(convertUriToPath(uri));
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp616 LOGV("removeRights");
618 ->removeRights(uniqueId, Utility::getStringValue(env, path));

Completed in 5750 milliseconds