Home
last modified time | relevance | path

Searched refs:onGetConstraints (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DDrmPassthruPlugIn.h31 DrmConstraints* onGetConstraints(int uniqueId, const String8* path, int action);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
DFwdLockEngine.h57 DrmConstraints* onGetConstraints(int uniqueId, const String8* path, int action);
/frameworks/av/drm/common/
DDrmEngineBase.cpp31 return onGetConstraints(uniqueId, path, action); in getConstraints()
/frameworks/av/drm/common/include/
DDrmEngineBase.h125 virtual DrmConstraints* onGetConstraints(
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp59 DrmConstraints* DrmPassthruPlugIn::onGetConstraints( in onGetConstraints() function in DrmPassthruPlugIn
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp108 DrmConstraints* FwdLockEngine::onGetConstraints(int uniqueId, const String8* path, int action) { in onGetConstraints() function in FwdLockEngine