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

  /frameworks/av/drm/libdrmframework/include/
DrmManagerService.h 89 status_t removeRights(int uniqueId, const String8& path);
IDrmManagerService.h 129 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
218 virtual status_t removeRights(int uniqueId, const String8& path);
DrmManager.h 102 status_t removeRights(int uniqueId, const String8& path);
DrmManagerClientImpl.h 229 status_t removeRights(int uniqueId, const String8& path);
  /frameworks/av/drm/libdrmframework/plugins/common/include/
IDrmEngine.h 249 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
DrmEngineBase.h 70 status_t removeRights(int uniqueId, const String8& path);
  /frameworks/av/include/drm/
DrmManagerClient.h 317 status_t removeRights(const String8& path);
  /frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp 95 status_t DrmManagerClient::removeRights(const String8& path) {
96 return mDrmManagerClientImpl->removeRights(mUniqueId, path);
DrmManagerClientImpl.cpp 211 status_t DrmManagerClientImpl::removeRights(int uniqueId, const String8& path) {
214 status = getDrmManagerService()->removeRights(uniqueId, path);
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 170 status_t DrmManagerService::removeRights(int uniqueId, const String8& path) {
171 ALOGV("Entering removeRights");
172 return mDrmManager->removeRights(uniqueId, path);
DrmManager.cpp 322 status_t DrmManager::removeRights(int uniqueId, const String8& path) {
328 result = rDrmEngine.removeRights(uniqueId, path);
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 701 public int removeRights(String path) {
715 public int removeRights(Uri uri) {
719 return removeRights(convertUriToPath(uri));
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 146 mDrmManagerClient.removeRights(config.getContentPath()));
  /frameworks/av/drm/common/
DrmEngineBase.cpp 97 status_t DrmEngineBase::removeRights(int uniqueId, const String8& path) {
IDrmManagerService.cpp 477 status_t BpDrmManagerService::removeRights(int uniqueId, const String8& path) {
478 ALOGV("removeRights");
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 617 ALOGV("removeRights");
619 ->removeRights(uniqueId, Utility::getStringValue(env, path));
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 47 milliseconds