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

  /frameworks/base/drm/libdrmframework/include/
DrmManagerService.h 89 status_t removeRights(int uniqueId, const String8& path);
IDrmManagerService.h 128 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
211 virtual status_t removeRights(int uniqueId, const String8& path);
DrmManager.h 102 status_t removeRights(int uniqueId, const String8& path);
DrmManagerClientImpl.h 228 status_t removeRights(int uniqueId, const String8& path);
  /frameworks/base/drm/libdrmframework/plugins/common/include/
IDrmEngine.h 248 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
DrmEngineBase.h 70 status_t removeRights(int uniqueId, const String8& path);
  /frameworks/base/include/drm/
DrmManagerClient.h 304 status_t removeRights(const String8& path);
  /frameworks/base/drm/drmserver/
DrmManagerService.cpp 178 status_t DrmManagerService::removeRights(int uniqueId, const String8& path) {
179 LOGV("Entering removeRights");
180 return mDrmManager->removeRights(uniqueId, path);
DrmManager.cpp 332 status_t DrmManager::removeRights(int uniqueId, const String8& path) {
338 result = rDrmEngine.removeRights(uniqueId, path);
  /frameworks/base/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/base/drm/common/
DrmEngineBase.cpp 97 status_t DrmEngineBase::removeRights(int uniqueId, const String8& path) {
IDrmManagerService.cpp 464 status_t BpDrmManagerService::removeRights(int uniqueId, const String8& path) {
465 LOGV("removeRights");
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 633 public int removeRights(String path) {
647 public int removeRights(Uri uri) {
651 return removeRights(convertUriToPath(uri));
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 150 mDrmManagerClient.removeRights(config.getContentPath()));
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 616 LOGV("removeRights");
618 ->removeRights(uniqueId, Utility::getStringValue(env, path));
  /prebuilt/sdk/14/
android.jar 

Completed in 856 milliseconds