Searched refs:removeAllRights (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h89 status_t removeAllRights(int uniqueId);
H A DNoOpDrmManagerClientImpl.h50 status_t removeAllRights(int uniqueId);
H A DDrmManager.h102 status_t removeAllRights(int uniqueId);
H A DDrmManagerClientImpl.h239 virtual status_t removeAllRights(int uniqueId);
H A DIDrmManagerService.h129 virtual status_t removeAllRights(int uniqueId) = 0;
216 virtual status_t removeAllRights(int uniqueId);
/frameworks/av/include/drm/
H A DDrmManagerClient.h326 status_t removeAllRights();
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp99 status_t DrmManagerClient::removeAllRights() { function in class:DrmManagerClient
100 return mDrmManagerClientImpl->removeAllRights(mUniqueId);
H A DNoOpDrmManagerClientImpl.cpp90 status_t NoOpDrmManagerClientImpl::removeAllRights(int uniqueId) { function in class:android::NoOpDrmManagerClientImpl
H A DDrmManagerClientImpl.cpp221 status_t DrmManagerClientImpl::removeAllRights(int uniqueId) { function in class:DrmManagerClientImpl
222 return getDrmManagerService()->removeAllRights(uniqueId);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h259 virtual status_t removeAllRights(int uniqueId) = 0;
H A DDrmEngineBase.h72 status_t removeAllRights(int uniqueId);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp181 status_t DrmManagerService::removeAllRights(int uniqueId) { function in class:DrmManagerService
182 ALOGV("Entering removeAllRights");
183 return mDrmManager->removeAllRights(uniqueId);
H A DDrmManager.cpp318 status_t DrmManager::removeAllRights(int uniqueId) { function in class:DrmManager
323 result = rDrmEngine.removeAllRights(uniqueId);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp101 status_t DrmEngineBase::removeAllRights(int uniqueId) { function in class:DrmEngineBase
H A DIDrmManagerService.cpp477 status_t BpDrmManagerService::removeAllRights(int uniqueId) { function in class:BpDrmManagerService
478 ALOGV("removeAllRights");
1181 const status_t status = removeAllRights(data.readInt32());
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java728 public int removeAllRights() { method in class:DrmManagerClient
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp626 ALOGV("removeAllRights");
628 ->removeAllRights(uniqueId));

Completed in 6198 milliseconds