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

  /cts/tests/tests/drm/lib/
TestPlugin.h 74 DrmSupportInfo* onGetSupportInfo(int uniqueId);
TestPlugin.cpp 81 DrmSupportInfo* TestPlugIn::onGetSupportInfo(int uniqueId) {
  /frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h 74 DrmSupportInfo* onGetSupportInfo(int uniqueId);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 318 DrmSupportInfo* onGetSupportInfo(int uniqueId);
  /frameworks/av/drm/common/
DrmEngineBase.cpp 119 return onGetSupportInfo(uniqueId);
  /frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h 370 virtual DrmSupportInfo* onGetSupportInfo(int uniqueId) = 0;
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 126 DrmSupportInfo* DrmPassthruPlugIn::onGetSupportInfo(int uniqueId) {
127 ALOGV("DrmPassthruPlugIn::onGetSupportInfo : %d", uniqueId);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 210 DrmSupportInfo* FwdLockEngine::onGetSupportInfo(int uniqueId) {
213 LOG_VERBOSE("FwdLockEngine::onGetSupportInfo");

Completed in 46 milliseconds