Home
last modified time | relevance | path

Searched refs:removeAllRights (Results 1 – 16 of 16) 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()
DDrmManagerClientImpl.cpp210 status_t DrmManagerClientImpl::removeAllRights(int uniqueId) { in removeAllRights() function in DrmManagerClientImpl
211 return getDrmManagerService()->removeAllRights(uniqueId); in removeAllRights()
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp170 status_t DrmManagerService::removeAllRights(int uniqueId) { in removeAllRights() function in DrmManagerService
172 return mDrmManager->removeAllRights(uniqueId); in removeAllRights()
DDrmManager.cpp318 status_t DrmManager::removeAllRights(int uniqueId) { in removeAllRights() function in DrmManager
323 result = rDrmEngine.removeAllRights(uniqueId); in removeAllRights()
/frameworks/av/drm/libdrmframework/include/
DIDrmManagerService.h129 virtual status_t removeAllRights(int uniqueId) = 0;
216 virtual status_t removeAllRights(int uniqueId);
DDrmManagerService.h89 status_t removeAllRights(int uniqueId);
DDrmManagerClientImpl.h239 status_t removeAllRights(int uniqueId);
DDrmManager.h102 status_t removeAllRights(int uniqueId);
/frameworks/av/include/drm/
DDrmManagerClient.h326 status_t removeAllRights();
/frameworks/av/drm/libdrmframework/plugins/common/include/
DIDrmEngine.h259 virtual status_t removeAllRights(int uniqueId) = 0;
DDrmEngineBase.h72 status_t removeAllRights(int uniqueId);
/frameworks/av/drm/common/
DDrmEngineBase.cpp101 status_t DrmEngineBase::removeAllRights(int uniqueId) { in removeAllRights() function in DrmEngineBase
DIDrmManagerService.cpp477 status_t BpDrmManagerService::removeAllRights(int uniqueId) { in removeAllRights() function in BpDrmManagerService
1181 const status_t status = removeAllRights(data.readInt32()); in onTransact()
/frameworks/base/drm/java/android/drm/
DDrmManagerClient.java728 public int removeAllRights() { in removeAllRights() method in DrmManagerClient
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp625 return getDrmManagerClientImpl(env, thiz)->removeAllRights(uniqueId); in android_drm_DrmManagerClient_removeAllRights()
/frameworks/base/api/
Dcurrent.txt8586 method public int removeAllRights();