Searched refs:PVPlayerEngine (Results 1 – 4 of 4) sorted by relevance
/external/opencore/engines/player/src/ |
D | pv_player_engine.cpp | 97 PVPlayerEngine* PVPlayerEngine::New(PVCommandStatusObserver* aCmdStatusObserver, in New() 101 PVPlayerEngine* engine = NULL; in New() 102 engine = OSCL_NEW(PVPlayerEngine, ()); in New() 114 PVPlayerEngine::~PVPlayerEngine() in ~PVPlayerEngine() 175 PVCommandId PVPlayerEngine::GetSDKInfo(PVSDKInfo &aSDKInfo, const OsclAny* aContextData) in GetSDKInfo() 188 PVCommandId PVPlayerEngine::GetSDKModuleInfo(PVSDKModuleInfo &aSDKModuleInfo, const OsclAny* aConte… in GetSDKModuleInfo() 201 PVCommandId PVPlayerEngine::SetLogAppender(const char* aTag, OsclSharedPtr<PVLoggerAppender>& aAppe… in SetLogAppender() 216 PVCommandId PVPlayerEngine::RemoveLogAppender(const char* aTag, OsclSharedPtr<PVLoggerAppender>& aA… in RemoveLogAppender() 231 PVCommandId PVPlayerEngine::SetLogLevel(const char* aTag, int32 aLevel, bool aSetSubtree, const Osc… in SetLogLevel() 248 PVCommandId PVPlayerEngine::GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny* … in GetLogLevel() [all …]
|
D | pv_player_factory.cpp | 49 return PVPlayerEngine::New(aCmdStatusObserver, aErrorEventObserver, aInfoEventObserver); in OSCL_DLL_ENTRY_POINT_DEFAULT() 54 PVPlayerEngine* engptr = (PVPlayerEngine*)aPlayer; in DeletePlayer()
|
D | pv_player_engine.h | 878 class PVPlayerEngine : public OsclTimerObject, 894 static PVPlayerEngine* New(PVCommandStatusObserver *aCmdObserver, 897 ~PVPlayerEngine(); 970 PVPlayerEngine();
|
/external/opencore/android/drm/oma1/test/ |
D | test_pv_drm_plugin.cpp | 238 PVPlayerEngine* pEngine = OSCL_DYNAMIC_CAST(PVPlayerEngine*,iPlayer); in Run()
|