OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeRights
(Results
1 - 20
of
20
) sorted by null
/frameworks/av/drm/libdrmframework/include/
DrmManagerService.h
87
status_t
removeRights
(int uniqueId, const String8& path);
IDrmManagerService.h
127
virtual status_t
removeRights
(int uniqueId, const String8& path) = 0;
214
virtual status_t
removeRights
(int uniqueId, const String8& path);
DrmManager.h
100
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
202
status_t DrmManagerClientImpl::
removeRights
(int uniqueId, const String8& path) {
205
status = getDrmManagerService()->
removeRights
(uniqueId, path);
/frameworks/av/drm/drmserver/
DrmManagerService.cpp
165
status_t DrmManagerService::
removeRights
(int uniqueId, const String8& path) {
166
ALOGV("Entering
removeRights
");
167
return mDrmManager->
removeRights
(uniqueId, path);
DrmManager.cpp
307
status_t DrmManager::
removeRights
(int uniqueId, const String8& path) {
313
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
465
status_t BpDrmManagerService::
removeRights
(int uniqueId, const String8& path) {
466
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
/prebuilts/sdk/current/
android.jar
Completed in 100 milliseconds