HomeSort by relevance Sort by last modified time
    Searched refs:removeAllRights (Results 1 - 18 of 18) sorted by null

  /frameworks/av/drm/libdrmframework/include/
DrmManagerService.h 91 status_t removeAllRights(int uniqueId);
IDrmManagerService.h 130 virtual status_t removeAllRights(int uniqueId) = 0;
216 virtual status_t removeAllRights(int uniqueId);
DrmManager.h 104 status_t removeAllRights(int uniqueId);
DrmManagerClientImpl.h 238 status_t removeAllRights(int uniqueId);
  /frameworks/av/drm/libdrmframework/plugins/common/include/
IDrmEngine.h 258 virtual status_t removeAllRights(int uniqueId) = 0;
DrmEngineBase.h 72 status_t removeAllRights(int uniqueId);
  /frameworks/av/include/drm/
DrmManagerClient.h 315 status_t removeAllRights();
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 175 status_t DrmManagerService::removeAllRights(int uniqueId) {
176 ALOGV("Entering removeAllRights");
177 return mDrmManager->removeAllRights(uniqueId);
DrmManager.cpp 343 status_t DrmManager::removeAllRights(int uniqueId) {
348 result = rDrmEngine.removeAllRights(uniqueId);
  /frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp 99 status_t DrmManagerClient::removeAllRights() {
100 return mDrmManagerClientImpl->removeAllRights(mUniqueId);
DrmManagerClientImpl.cpp 219 status_t DrmManagerClientImpl::removeAllRights(int uniqueId) {
220 return getDrmManagerService()->removeAllRights(uniqueId);
  /frameworks/av/drm/common/
DrmEngineBase.cpp 101 status_t DrmEngineBase::removeAllRights(int uniqueId) {
IDrmManagerService.cpp 476 status_t BpDrmManagerService::removeAllRights(int uniqueId) {
477 ALOGV("removeAllRights");
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 153 mDrmManagerClient.removeAllRights(), DrmManagerClient.ERROR_NONE);
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 693 public int removeAllRights() {
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 609 ALOGV("removeAllRights");
610 return getDrmManagerClientImpl(env, thiz)->removeAllRights(uniqueId);
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 241 milliseconds