OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCanHandle
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/drm/lib/
TestPlugin.h
41
bool
onCanHandle
(int uniqueId, const String8& path);
TestPlugin.cpp
95
bool TestPlugIn::
onCanHandle
(int uniqueId, const String8& path) {
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h
41
bool
onCanHandle
(int uniqueId, const String8& path);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
108
bool
onCanHandle
(int uniqueId, const String8& path);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
225
bool FwdLockEngine::
onCanHandle
(int uniqueId, const String8& path) {
271
if (
onCanHandle
(uniqueId, path)) {
348
if (((0 == path.length()) ||
onCanHandle
(uniqueId, path)) &&
537
if (NULL != filePath &&
onCanHandle
(uniqueId, String8(filePath))) {
/frameworks/av/drm/common/
DrmEngineBase.cpp
52
return
onCanHandle
(uniqueId, path);
/frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h
183
virtual bool
onCanHandle
(int uniqueId, const String8& path) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
160
bool DrmPassthruPlugIn::
onCanHandle
(int uniqueId, const String8& path) {
Completed in 27 milliseconds