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

  /cts/tests/tests/drm/lib/
TestPlugin.cpp 18 #define LOG_TAG "TestPlugin"
30 #include <TestPlugin.h>
37 return new TestPlugIn();
46 TestPlugIn::TestPlugIn()
51 TestPlugIn::~TestPlugIn() {
55 DrmMetadata* TestPlugIn::onGetMetadata(int uniqueId, const String8* path) {
59 DrmConstraints* TestPlugIn::onGetConstraints(
64 DrmInfoStatus* TestPlugIn::onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo)
    [all...]
TestPlugin.h 24 class TestPlugIn : public DrmEngineBase {
27 TestPlugIn();
28 virtual ~TestPlugIn();

Completed in 403 milliseconds