OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onOpenConvertSession
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/drm/lib/
TestPlugin.h
68
status_t
onOpenConvertSession
(int uniqueId, int convertId);
TestPlugin.cpp
136
status_t TestPlugIn::
onOpenConvertSession
(int uniqueId, int convertId) {
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h
69
status_t
onOpenConvertSession
(int uniqueId, int convertId);
/frameworks/av/drm/common/
DrmEngineBase.cpp
106
return
onOpenConvertSession
(uniqueId, convertId);
/frameworks/av/drm/common/include/
DrmEngineBase.h
331
virtual status_t
onOpenConvertSession
(int uniqueId, int convertId) = 0;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
276
status_t
onOpenConvertSession
(int uniqueId, int convertId);
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
213
status_t DrmPassthruPlugIn::
onOpenConvertSession
(int uniqueId, int /*convertId*/) {
214
ALOGV("DrmPassthruPlugIn::
onOpenConvertSession
() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
388
status_t FwdLockEngine::
onOpenConvertSession
(
391
LOG_VERBOSE("FwdLockEngine::
onOpenConvertSession
");
399
ALOGE("FwdLockEngine::
onOpenConvertSession
-- FwdLockConv_OpenSession failed.");
Completed in 8395 milliseconds