HomeSort by relevance Sort by last modified time
    Searched defs:onOpenConvertSession (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/drm/lib/
TestPlugin.cpp 136 status_t TestPlugIn::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 386 status_t FwdLockEngine::onOpenConvertSession(
389 LOG_VERBOSE("FwdLockEngine::onOpenConvertSession");
397 ALOGE("FwdLockEngine::onOpenConvertSession -- FwdLockConv_OpenSession failed.");

Completed in 641 milliseconds