OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeRights
(Results
1 - 10
of
10
) sorted by null
/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/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/java/android/drm/
DrmManagerClient.java
633
public int
removeRights
(String path) {
647
public int
removeRights
(Uri uri) {
651
return
removeRights
(convertUriToPath(uri));
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 141 milliseconds