OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onRemoveRights
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/drm/lib/
TestPlugin.h
64
status_t
onRemoveRights
(int uniqueId, const String8& path);
TestPlugin.cpp
128
status_t TestPlugIn::
onRemoveRights
(int uniqueId, const String8& path) {
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h
64
status_t
onRemoveRights
(int uniqueId, const String8& path);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
251
status_t
onRemoveRights
(int uniqueId, const String8& path);
/frameworks/av/drm/common/
DrmEngineBase.cpp
98
return
onRemoveRights
(uniqueId, path);
/frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h
305
virtual status_t
onRemoveRights
(int uniqueId, const String8& path) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
202
status_t DrmPassthruPlugIn::
onRemoveRights
(int uniqueId, const String8& path) {
203
ALOGV("DrmPassthruPlugIn::
onRemoveRights
() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
356
status_t FwdLockEngine::
onRemoveRights
(int uniqueId, const String8& path) {
358
LOG_VERBOSE("FwdLockEngine::
onRemoveRights
");
Completed in 26 milliseconds