Home
last modified time | relevance | path

Searched refs:aCmdStatusObserver (Results 1 – 17 of 17) sorted by relevance

/external/opencore/engines/player/src/
Dpv_player_factory.cpp45 …T_REF PVPlayerInterface *PVPlayerFactory::CreatePlayer(PVCommandStatusObserver* aCmdStatusObserver, in OSCL_DLL_ENTRY_POINT_DEFAULT()
49 return PVPlayerEngine::New(aCmdStatusObserver, aErrorEventObserver, aInfoEventObserver); in OSCL_DLL_ENTRY_POINT_DEFAULT()
Dpv_player_engine.cpp97 PVPlayerEngine* PVPlayerEngine::New(PVCommandStatusObserver* aCmdStatusObserver, in New() argument
105 engine->Construct(aCmdStatusObserver, in New()
1145 void PVPlayerEngine::Construct(PVCommandStatusObserver* aCmdStatusObserver, in Construct() argument
1153 iCmdStatusObserver = aCmdStatusObserver; in Construct()
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_factory.cpp48 PVCommandStatusObserver* aCmdStatusObserver, in OSCL_DLL_ENTRY_POINT_DEFAULT()
52 …return PVFrameAndMetadataUtility::New(aOutputFormatMIMEType, aCmdStatusObserver, aErrorEventObserv… in OSCL_DLL_ENTRY_POINT_DEFAULT()
/external/opencore/engines/2way/src/
Dpv_2way_proxy_factory.cpp34 PVCommandStatusObserver* aCmdStatusObserver, in CreateTerminal() argument
41 aCmdStatusObserver, in CreateTerminal()
Dpv_2way_engine_factory.cpp39 PVCommandStatusObserver* aCmdStatusObserver, in CreateTerminal() argument
49 aCmdStatusObserver, in CreateTerminal()
Dpv_2way_proxy_adapter.h140 PVCommandStatusObserver* aCmdStatusObserver,
216 PVCommandStatusObserver* aCmdStatusObserver,
240 PVCommandStatusObserver* aCmdStatusObserver,
Dpv_2way_proxy_adapter.cpp87 PVCommandStatusObserver* aCmdStatusObserver, in New() argument
96 error = Construct(aRet, aTerminalType, aCmdStatusObserver, in New()
116 PVCommandStatusObserver* aCmdStatusObserver, in Construct() argument
122 aCmdStatusObserver, in Construct()
129 PVCommandStatusObserver* aCmdStatusObserver, in ConstructL() argument
134 iCmdStatusObserver = aCmdStatusObserver; in ConstructL()
Dpv_2way_engine.h720 PVCommandStatusObserver* aCmdStatusObserver,
796 PVCommandStatusObserver* aCmdStatusObserver,
911 PVCommandStatusObserver* aCmdStatusObserver,
Dpv_2way_engine.cpp194 PVCommandStatusObserver* aCmdStatusObserver, in NewL() argument
201 int32 error = Construct(aRet, aTsc, aTerminalType, aCmdStatusObserver, in NewL()
221 PVCommandStatusObserver* aCmdStatusObserver, in Construct() argument
228 aCmdStatusObserver, in Construct()
2740 PVCommandStatusObserver* aCmdStatusObserver, in ConstructL() argument
2769 aTsc, aCmdStatusObserver, in ConstructL()
2820 iCmdStatusObserver = aCmdStatusObserver; in ConstructL()
/external/opencore/engines/author/include/
Dpvauthorenginefactory.h49 …MPORT_REF static PVAuthorEngineInterface* CreateAuthor(PVCommandStatusObserver* aCmdStatusObserver,
/external/opencore/engines/adapters/player/framemetadatautility/include/
Dpv_frame_metadata_factory.h61 PVCommandStatusObserver* aCmdStatusObserver,
/external/opencore/engines/2way/include/
Dpv_2way_proxy_factory.h52 PVCommandStatusObserver* aCmdStatusObserver,
Dpv_2way_engine_factory.h49 PVCommandStatusObserver* aCmdStatusObserver,
/external/opencore/engines/player/include/
Dpv_player_factory.h61 …OSCL_IMPORT_REF static PVPlayerInterface* CreatePlayer(PVCommandStatusObserver* aCmdStatusObserver,
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dpv_2way_h324m_interface.h50 virtual void SetObservers(PVCommandStatusObserver* aCmdStatusObserver,
/external/opencore/engines/author/src/
Dpvauthorengine.cpp63 …orEngineInterface* PVAuthorEngineFactory::CreateAuthor(PVCommandStatusObserver* aCmdStatusObserver, in OSCL_DLL_ENTRY_POINT_DEFAULT()
67 return PVAuthorEngine::Create(aCmdStatusObserver, aErrorEventObserver, aInfoEventObserver); in OSCL_DLL_ENTRY_POINT_DEFAULT()
82 PVAuthorEngineInterface* PVAuthorEngine::Create(PVCommandStatusObserver* aCmdStatusObserver, in Create() argument
88 engine->Construct(aCmdStatusObserver, aErrorEventObserver, aInfoEventObserver); in Create()
109 void PVAuthorEngine::Construct(PVCommandStatusObserver* aCmdStatusObserver, in Construct() argument
113 iCmdStatusObserver = aCmdStatusObserver; in Construct()
Dpvauthorengine.h153 static PVAuthorEngineInterface* Create(PVCommandStatusObserver* aCmdStatusObserver,