/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClient.cpp | 99 status_t DrmManagerClient::removeAllRights() { in removeAllRights() function in DrmManagerClient 100 return mDrmManagerClientImpl->removeAllRights(mUniqueId); in removeAllRights()
|
D | NoOpDrmManagerClientImpl.cpp | 128 status_t NoOpDrmManagerClientImpl::removeAllRights( in removeAllRights() function in android::NoOpDrmManagerClientImpl
|
D | DrmManagerClientImpl.cpp | 221 status_t DrmManagerClientImpl::removeAllRights(int uniqueId) { in removeAllRights() function in DrmManagerClientImpl 222 return getDrmManagerService()->removeAllRights(uniqueId); in removeAllRights()
|
/frameworks/av/drm/common/include/ |
D | IDrmManagerService.h | 130 virtual status_t removeAllRights(int uniqueId) = 0; 217 virtual status_t removeAllRights(int uniqueId);
|
D | IDrmEngine.h | 259 virtual status_t removeAllRights(int uniqueId) = 0;
|
D | DrmEngineBase.h | 73 status_t removeAllRights(int uniqueId);
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 245 status_t DrmManagerService::removeAllRights(int uniqueId) { in removeAllRights() function in DrmManagerService 247 return mDrmManager->removeAllRights(uniqueId); in removeAllRights()
|
D | DrmManagerService.h | 109 status_t removeAllRights(int uniqueId);
|
D | DrmManager.h | 103 status_t removeAllRights(int uniqueId);
|
D | DrmManager.cpp | 313 status_t DrmManager::removeAllRights(int uniqueId) { in removeAllRights() function in DrmManager 318 result = rDrmEngine.removeAllRights(uniqueId); in removeAllRights()
|
/frameworks/av/drm/libdrmframework/include/ |
D | NoOpDrmManagerClientImpl.h | 50 status_t removeAllRights(int uniqueId);
|
D | DrmManagerClientImpl.h | 239 virtual status_t removeAllRights(int uniqueId);
|
/frameworks/av/include/drm/ |
D | DrmManagerClient.h | 326 status_t removeAllRights();
|
/frameworks/av/drm/common/ |
D | DrmEngineBase.cpp | 101 status_t DrmEngineBase::removeAllRights(int uniqueId) { in removeAllRights() function in DrmEngineBase
|
D | IDrmManagerService.cpp | 480 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/ |
D | DrmManagerClient.java | 742 public int removeAllRights() { in removeAllRights() method in DrmManagerClient
|
/frameworks/base/drm/jni/ |
D | android_drm_DrmManagerClient.cpp | 629 ->removeAllRights(uniqueId)); in android_drm_DrmManagerClient_removeAllRights()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10113 method public int removeAllRights();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 13286 method public int removeAllRights();
|
/frameworks/base/api/ |
D | current.txt | 13286 method public int removeAllRights();
|