OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onCloseConvertSession
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/drm/lib/
TestPlugin.cpp
145
DrmConvertedStatus* TestPlugIn::
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
440
DrmConvertedStatus* FwdLockEngine::
onCloseConvertSession
(int /* uniqueId */,
446
LOG_VERBOSE("FwdLockEngine::
onCloseConvertSession
");
Completed in 898 milliseconds