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

  /cts/tests/tests/drm/lib/
TestPlugin.h 31 DrmConstraints* onGetConstraints(int uniqueId, const String8* path, int action);
TestPlugin.cpp 59 DrmConstraints* TestPlugIn::onGetConstraints(
  /frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h 31 DrmConstraints* onGetConstraints(int uniqueId, const String8* path, int action);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 57 DrmConstraints* onGetConstraints(int uniqueId, const String8* path, int action);
  /frameworks/av/drm/common/
DrmEngineBase.cpp 31 return onGetConstraints(uniqueId, path, action);
  /frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h 123 virtual DrmConstraints* onGetConstraints(
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 59 DrmConstraints* DrmPassthruPlugIn::onGetConstraints(
61 ALOGV("DrmPassthruPlugIn::onGetConstraints From Path: %d", uniqueId);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 108 DrmConstraints* FwdLockEngine::onGetConstraints(int uniqueId, const String8* path, int action) {
111 LOG_VERBOSE("FwdLockEngine::onGetConstraints");

Completed in 34 milliseconds