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

  /cts/tests/tests/drm/lib/
TestPlugin.h 52 int onGetDrmObjectType(int uniqueId, const String8& path, const String8& mimeType);
TestPlugin.cpp 103 int TestPlugIn::onGetDrmObjectType(
  /frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h 52 int onGetDrmObjectType(int uniqueId, const String8& path, const String8& mimeType);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 171 int onGetDrmObjectType(int uniqueId,
  /frameworks/av/drm/common/
DrmEngineBase.cpp 74 return onGetDrmObjectType(uniqueId, path, mimeType);
  /frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h 242 virtual int onGetDrmObjectType(
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 172 int DrmPassthruPlugIn::onGetDrmObjectType(
174 ALOGV("DrmPassthruPlugIn::onGetDrmObjectType() : %d", uniqueId);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 336 int FwdLockEngine::onGetDrmObjectType(int uniqueId,
341 LOG_VERBOSE("FwdLockEngine::onGetDrmObjectType");

Completed in 58 milliseconds