OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rightspath
(Results
1 - 19
of
19
) sorted by null
/frameworks/base/drm/common/
DrmEngineBase.cpp
61
const String8&
rightsPath
, const String8& contentPath) {
62
return onSaveRights(uniqueId, drmRights,
rightsPath
, contentPath);
IDrmManagerService.cpp
343
const String8&
rightsPath
, const String8& contentPath) {
364
data.writeString8((
rightsPath
== String8("")) ? String8("NULL") :
rightsPath
);
[
all
...]
/frameworks/base/drm/libdrmframework/
DrmManagerClient.cpp
63
const DrmRights& drmRights, const String8&
rightsPath
, const String8& contentPath) {
64
return mDrmManagerClientImpl->saveRights(mUniqueId, drmRights,
rightsPath
, contentPath);
DrmManagerClientImpl.cpp
144
const String8&
rightsPath
, const String8& contentPath) {
146
uniqueId, drmRights,
rightsPath
, contentPath);
/frameworks/base/drm/java/android/drm/
DrmManagerClient.java
377
* <p class="note"><strong>Note:</strong> For OMA or WM-DRM, <code>
rightsPath
</code> and
381
* @param
rightsPath
File path where rights will be saved.
387
* <code>
rightsPath
</code>.
390
DrmRights drmRights, String
rightsPath
, String contentPath) throws IOException {
394
if (null !=
rightsPath
&& !
rightsPath
.equals("")) {
395
DrmUtils.writeToFile(
rightsPath
, drmRights.getData());
397
return _saveRights(mUniqueId, drmRights,
rightsPath
, contentPath);
812
int uniqueId, DrmRights drmRights, String
rightsPath
, String contentPath);
/frameworks/base/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h
46
const String8&
rightsPath
, const String8& contentPath);
/frameworks/base/drm/libdrmframework/include/
IDrmManagerService.h
109
const String8&
rightsPath
, const String8& contentPath) = 0;
194
const String8&
rightsPath
, const String8& contentPath);
DrmManager.h
86
const String8&
rightsPath
, const String8& contentPath);
DrmManagerService.h
73
const String8&
rightsPath
, const String8& contentPath);
DrmManagerClientImpl.h
138
* @param[in]
rightsPath
File path where rights to be saved
144
const String8&
rightsPath
, const String8& contentPath);
/frameworks/base/drm/drmserver/
DrmManagerService.cpp
137
const String8&
rightsPath
, const String8& contentPath) {
139
return mDrmManager->saveRights(uniqueId, drmRights,
rightsPath
, contentPath);
DrmManager.cpp
258
const String8&
rightsPath
, const String8& contentPath) {
264
result = rDrmEngine.saveRights(uniqueId, drmRights,
rightsPath
, contentPath);
/frameworks/base/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h
52
const String8&
rightsPath
, const String8& contentPath);
196
* @param[in]
rightsPath
File path where rights to be saved
202
const String8&
rightspath
, const String8& contentPath) = 0;
IDrmEngine.h
156
* @param[in]
rightsPath
File path where rights to be saved
162
const String8&
rightsPath
, const String8& contentPath) = 0;
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
127
* @param
rightsPath
File path where rights to be saved
134
const String8&
rightsPath
,
/frameworks/base/include/drm/
DrmManagerClient.h
258
* @param[in]
rightsPath
File path where rights to be saved
264
const DrmRights& drmRights, const String8&
rightsPath
, const String8& contentPath);
/frameworks/base/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
138
const String8&
rightsPath
, const String8& contentPath) {
/frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp
399
jobject drmRights, jstring
rightsPath
, jstring contentPath) {
411
->saveRights(uniqueId, rights, Utility::getStringValue(env,
rightsPath
),
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
210
const String8&
rightsPath
,
Completed in 510 milliseconds