OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeAllRights
(Results
1 - 20
of
20
) sorted by null
/frameworks/av/drm/libdrmframework/include/
DrmManagerService.h
89
status_t
removeAllRights
(int uniqueId);
IDrmManagerService.h
129
virtual status_t
removeAllRights
(int uniqueId) = 0;
216
virtual status_t
removeAllRights
(int uniqueId);
DrmManager.h
102
status_t
removeAllRights
(int uniqueId);
DrmManagerClientImpl.h
239
status_t
removeAllRights
(int uniqueId);
/frameworks/av/drm/libdrmframework/plugins/common/include/
IDrmEngine.h
259
virtual status_t
removeAllRights
(int uniqueId) = 0;
DrmEngineBase.h
72
status_t
removeAllRights
(int uniqueId);
/frameworks/av/include/drm/
DrmManagerClient.h
326
status_t
removeAllRights
();
/frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp
99
status_t DrmManagerClient::
removeAllRights
() {
100
return mDrmManagerClientImpl->
removeAllRights
(mUniqueId);
DrmManagerClientImpl.cpp
210
status_t DrmManagerClientImpl::
removeAllRights
(int uniqueId) {
211
return getDrmManagerService()->
removeAllRights
(uniqueId);
/frameworks/av/drm/drmserver/
DrmManagerService.cpp
170
status_t DrmManagerService::
removeAllRights
(int uniqueId) {
171
ALOGV("Entering
removeAllRights
");
172
return mDrmManager->
removeAllRights
(uniqueId);
DrmManager.cpp
318
status_t DrmManager::
removeAllRights
(int uniqueId) {
323
result = rDrmEngine.
removeAllRights
(uniqueId);
/cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java
153
mDrmManagerClient.
removeAllRights
(), DrmManagerClient.ERROR_NONE);
/frameworks/av/drm/common/
DrmEngineBase.cpp
101
status_t DrmEngineBase::
removeAllRights
(int uniqueId) {
IDrmManagerService.cpp
477
status_t BpDrmManagerService::
removeAllRights
(int uniqueId) {
478
ALOGV("
removeAllRights
");
[
all
...]
/frameworks/base/drm/java/android/drm/
DrmManagerClient.java
728
public int
removeAllRights
() {
[
all
...]
/frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp
624
ALOGV("
removeAllRights
");
625
return getDrmManagerClientImpl(env, thiz)->
removeAllRights
(uniqueId);
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 91 milliseconds