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

  /external/opencore/engines/author/include/
pvauthorenginefactory.h 29 * PVAuthorEngineFactory Class
31 * PVAuthorEngineFactory class is a singleton class which instantiates and provides
38 class PVAuthorEngineFactory
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset4.cpp 665 PVAuthorEngineFactory::DeleteAuthor(iAuthor);
683 iAuthor = PVAuthorEngineFactory::CreateAuthor(this, this, this);
    [all...]
test_pv_author_engine_testset7.cpp 483 PVAuthorEngineFactory::DeleteAuthor(iAuthor);
507 iAuthor = PVAuthorEngineFactory::CreateAuthor(this, this, this);
test_pv_author_engine_testset8.cpp 483 PVAuthorEngineFactory::DeleteAuthor(iAuthor);
523 iAuthor = PVAuthorEngineFactory::CreateAuthor(this, this, this);
    [all...]
test_pv_author_engine_testset1.cpp     [all...]
test_pv_author_engine_testset5.cpp 674 PVAuthorEngineFactory::DeleteAuthor(iAuthor);
705 iAuthor = PVAuthorEngineFactory::CreateAuthor(this, this, this);
    [all...]
test_pv_author_engine_testset6.cpp 487 PVAuthorEngineFactory::DeleteAuthor(iAuthor);
512 iAuthor = PVAuthorEngineFactory::CreateAuthor(this, this, this);
    [all...]
  /external/opencore/android/author/
authordriver.cpp 1072 OSCL_TRY(error, mAuthor = PVAuthorEngineFactory::CreateAuthor(this, this, this));
1093 PVAuthorEngineFactory::DeleteAuthor(mAuthor);
    [all...]
  /external/opencore/engines/author/src/
pvauthorengine.cpp 28 #include "pvauthorenginefactory.h"
62 OSCL_EXPORT_REF PVAuthorEngineInterface* PVAuthorEngineFactory::CreateAuthor(PVCommandStatusObserver* aCmdStatusObserver,
70 OSCL_EXPORT_REF bool PVAuthorEngineFactory::DeleteAuthor(PVAuthorEngineInterface* aAuthor)
    [all...]

Completed in 151 milliseconds