Searched refs:onProcessDrmInfo (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h43 DrmInfoStatus* onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h119 DrmInfoStatus* onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp56 return onProcessDrmInfo(uniqueId, drmInfo);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h193 virtual DrmInfoStatus* onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo) = 0;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp76 DrmInfoStatus* DrmPassthruPlugIn::onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo) { function in class:DrmPassthruPlugIn
77 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Enter : %d", uniqueId);
106 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Exit");
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp234 DrmInfoStatus* FwdLockEngine::onProcessDrmInfo(int /* uniqueId */, const DrmInfo* /* drmInfo */) { function in class:FwdLockEngine
241 LOG_VERBOSE("FwdLockEngine::onProcessDrmInfo");

Completed in 164 milliseconds