OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onValidateAction
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/drm/lib/
TestPlugin.h
61
bool
onValidateAction
(
TestPlugin.cpp
123
bool TestPlugIn::
onValidateAction
(int uniqueId, const String8& path,
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h
61
bool
onValidateAction
(
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
237
bool
onValidateAction
(int uniqueId,
/frameworks/av/drm/common/
DrmEngineBase.cpp
94
return
onValidateAction
(uniqueId, path, action, description);
/frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h
294
virtual bool
onValidateAction
(int uniqueId, const String8& path,
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
196
bool DrmPassthruPlugIn::
onValidateAction
(int uniqueId, const String8& path,
198
ALOGV("DrmPassthruPlugIn::
onValidateAction
() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
302
bool FwdLockEngine::
onValidateAction
(int uniqueId,
306
LOG_VERBOSE("FwdLockEngine::
onValidateAction
");
Completed in 35 milliseconds