OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCloseConvertSession
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/drm/lib/
TestPlugin.h
72
DrmConvertedStatus*
onCloseConvertSession
(int uniqueId, int convertId);
TestPlugin.cpp
145
DrmConvertedStatus* TestPlugIn::
onCloseConvertSession
(int uniqueId, int convertId) {
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h
73
DrmConvertedStatus*
onCloseConvertSession
(int uniqueId, int convertId);
/frameworks/av/drm/common/
DrmEngineBase.cpp
115
return
onCloseConvertSession
(uniqueId, convertId);
/frameworks/av/drm/common/include/
DrmEngineBase.h
363
virtual DrmConvertedStatus*
onCloseConvertSession
(int uniqueId, int convertId) = 0;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
308
DrmConvertedStatus*
onCloseConvertSession
(int uniqueId, int convertId);
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
233
DrmConvertedStatus* DrmPassthruPlugIn::
onCloseConvertSession
(int uniqueId, int /*convertId*/) {
234
ALOGV("DrmPassthruPlugIn::
onCloseConvertSession
() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
442
DrmConvertedStatus* FwdLockEngine::
onCloseConvertSession
(int /* uniqueId */,
448
LOG_VERBOSE("FwdLockEngine::
onCloseConvertSession
");
Completed in 167 milliseconds