OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onRemoveAllRights
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/drm/lib/
TestPlugin.h
66
status_t
onRemoveAllRights
(int uniqueId);
TestPlugin.cpp
132
status_t TestPlugIn::
onRemoveAllRights
(int uniqueId) {
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h
66
status_t
onRemoveAllRights
(int uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
262
status_t
onRemoveAllRights
(int uniqueId);
/frameworks/av/drm/common/
DrmEngineBase.cpp
102
return
onRemoveAllRights
(uniqueId);
/frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h
315
virtual status_t
onRemoveAllRights
(int uniqueId) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
207
status_t DrmPassthruPlugIn::
onRemoveAllRights
(int uniqueId) {
208
ALOGV("DrmPassthruPlugIn::
onRemoveAllRights
() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
362
status_t FwdLockEngine::
onRemoveAllRights
(int uniqueId) {
364
LOG_VERBOSE("FwdLockEngine::
onRemoveAllRights
");
Completed in 369 milliseconds