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

/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h31 DrmConstraints* onGetConstraints(int uniqueId, const String8* path, int action);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h57 DrmConstraints* onGetConstraints(int uniqueId, const String8* path, int action);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp31 return onGetConstraints(uniqueId, path, action);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h123 virtual DrmConstraints* onGetConstraints(
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp59 DrmConstraints* DrmPassthruPlugIn::onGetConstraints( function in class:DrmPassthruPlugIn
61 ALOGV("DrmPassthruPlugIn::onGetConstraints From Path: %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp108 DrmConstraints* FwdLockEngine::onGetConstraints(int uniqueId, const String8* path, int action) { function in class:FwdLockEngine
111 LOG_VERBOSE("FwdLockEngine::onGetConstraints");

Completed in 484 milliseconds