/external/opencore/engines/player/src/ |
D | pv_player_factory.cpp | 45 …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()
|
D | pv_player_engine.cpp | 97 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/ |
D | pv_frame_metadata_factory.cpp | 48 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/ |
D | pv_2way_proxy_factory.cpp | 34 PVCommandStatusObserver* aCmdStatusObserver, in CreateTerminal() argument 41 aCmdStatusObserver, in CreateTerminal()
|
D | pv_2way_engine_factory.cpp | 39 PVCommandStatusObserver* aCmdStatusObserver, in CreateTerminal() argument 49 aCmdStatusObserver, in CreateTerminal()
|
D | pv_2way_proxy_adapter.h | 140 PVCommandStatusObserver* aCmdStatusObserver, 216 PVCommandStatusObserver* aCmdStatusObserver, 240 PVCommandStatusObserver* aCmdStatusObserver,
|
D | pv_2way_proxy_adapter.cpp | 87 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()
|
D | pv_2way_engine.h | 720 PVCommandStatusObserver* aCmdStatusObserver, 796 PVCommandStatusObserver* aCmdStatusObserver, 911 PVCommandStatusObserver* aCmdStatusObserver,
|
D | pv_2way_engine.cpp | 194 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/ |
D | pvauthorenginefactory.h | 49 …MPORT_REF static PVAuthorEngineInterface* CreateAuthor(PVCommandStatusObserver* aCmdStatusObserver,
|
/external/opencore/engines/adapters/player/framemetadatautility/include/ |
D | pv_frame_metadata_factory.h | 61 PVCommandStatusObserver* aCmdStatusObserver,
|
/external/opencore/engines/2way/include/ |
D | pv_2way_proxy_factory.h | 52 PVCommandStatusObserver* aCmdStatusObserver,
|
D | pv_2way_engine_factory.h | 49 PVCommandStatusObserver* aCmdStatusObserver,
|
/external/opencore/engines/player/include/ |
D | pv_player_factory.h | 61 …OSCL_IMPORT_REF static PVPlayerInterface* CreatePlayer(PVCommandStatusObserver* aCmdStatusObserver,
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
D | pv_2way_h324m_interface.h | 50 virtual void SetObservers(PVCommandStatusObserver* aCmdStatusObserver,
|
/external/opencore/engines/author/src/ |
D | pvauthorengine.cpp | 63 …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()
|
D | pvauthorengine.h | 153 static PVAuthorEngineInterface* Create(PVCommandStatusObserver* aCmdStatusObserver,
|