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

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h52 int onGetDrmObjectType(int uniqueId, const String8& path, const String8& mimeType);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h171 int onGetDrmObjectType(int uniqueId,
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp74 return onGetDrmObjectType(uniqueId, path, mimeType);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h242 virtual int onGetDrmObjectType(
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp171 int DrmPassthruPlugIn::onGetDrmObjectType( function in class:DrmPassthruPlugIn
173 ALOGV("DrmPassthruPlugIn::onGetDrmObjectType() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp335 int FwdLockEngine::onGetDrmObjectType(int uniqueId, function in class:FwdLockEngine
340 LOG_VERBOSE("FwdLockEngine::onGetDrmObjectType");

Completed in 530 milliseconds