Home
last modified time | relevance | path

Searched refs:removeAllRights (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/drm/libdrmframework/
DDrmManagerClient.cpp99 status_t DrmManagerClient::removeAllRights() { in removeAllRights() function in DrmManagerClient
100 return mDrmManagerClientImpl->removeAllRights(mUniqueId); in removeAllRights()
DNoOpDrmManagerClientImpl.cpp128 status_t NoOpDrmManagerClientImpl::removeAllRights( in removeAllRights() function in android::NoOpDrmManagerClientImpl
DDrmManagerClientImpl.cpp221 status_t DrmManagerClientImpl::removeAllRights(int uniqueId) { in removeAllRights() function in DrmManagerClientImpl
222 return getDrmManagerService()->removeAllRights(uniqueId); in removeAllRights()
/frameworks/av/drm/common/include/
DIDrmManagerService.h130 virtual status_t removeAllRights(int uniqueId) = 0;
217 virtual status_t removeAllRights(int uniqueId);
DIDrmEngine.h259 virtual status_t removeAllRights(int uniqueId) = 0;
DDrmEngineBase.h73 status_t removeAllRights(int uniqueId);
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp245 status_t DrmManagerService::removeAllRights(int uniqueId) { in removeAllRights() function in DrmManagerService
247 return mDrmManager->removeAllRights(uniqueId); in removeAllRights()
DDrmManagerService.h109 status_t removeAllRights(int uniqueId);
DDrmManager.h103 status_t removeAllRights(int uniqueId);
DDrmManager.cpp313 status_t DrmManager::removeAllRights(int uniqueId) { in removeAllRights() function in DrmManager
318 result = rDrmEngine.removeAllRights(uniqueId); in removeAllRights()
/frameworks/av/drm/libdrmframework/include/
DNoOpDrmManagerClientImpl.h50 status_t removeAllRights(int uniqueId);
DDrmManagerClientImpl.h239 virtual status_t removeAllRights(int uniqueId);
/frameworks/av/include/drm/
DDrmManagerClient.h326 status_t removeAllRights();
/frameworks/av/drm/common/
DDrmEngineBase.cpp101 status_t DrmEngineBase::removeAllRights(int uniqueId) { in removeAllRights() function in DrmEngineBase
DIDrmManagerService.cpp480 status_t BpDrmManagerService::removeAllRights(int uniqueId) { in removeAllRights() function in BpDrmManagerService
1199 const status_t status = removeAllRights(data.readInt32()); in onTransact()
/frameworks/base/drm/java/android/drm/
DDrmManagerClient.java742 public int removeAllRights() { in removeAllRights() method in DrmManagerClient
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp629 ->removeAllRights(uniqueId)); in android_drm_DrmManagerClient_removeAllRights()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10113 method public int removeAllRights();
/frameworks/base/non-updatable-api/
Dcurrent.txt13286 method public int removeAllRights();
/frameworks/base/api/
Dcurrent.txt13286 method public int removeAllRights();