HomeSort by relevance Sort by last modified time
    Searched refs:onProcessDrmInfo (Results 1 - 6 of 6) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h 43 DrmInfoStatus* onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo);
  /frameworks/av/drm/common/
DrmEngineBase.cpp 56 return onProcessDrmInfo(uniqueId, drmInfo);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 119 DrmInfoStatus* onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo);
  /frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h 190 virtual DrmInfoStatus* onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo) = 0;
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 75 DrmInfoStatus* DrmPassthruPlugIn::onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo) {
76 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Enter : %d", uniqueId);
105 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Exit");
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 232 DrmInfoStatus* FwdLockEngine::onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo) {
239 LOG_VERBOSE("FwdLockEngine::onProcessDrmInfo");

Completed in 2440 milliseconds