Searched refs:aSDKInfo (Results 1 - 14 of 14) sorted by relevance

/external/opencore/engines/common/include/
H A Dpv_engine_types.h64 PVSDKInfo& operator=(const PVSDKInfo& aSDKInfo) argument
66 iLabel = aSDKInfo.iLabel;
67 iDate = aSDKInfo.iDate;
H A Dpv_common_types.h62 TPVCmnSDKInfo& operator=(const TPVCmnSDKInfo& aSDKInfo) argument
64 iLabel = aSDKInfo.iLabel;
65 iDate = aSDKInfo.iDate;
/external/opencore/engines/2way/include/
H A Dpv_2way_interface.h95 * @param aSDKInfo
103 OSCL_IMPORT_REF virtual PVCommandId GetSDKInfo(PVSDKInfo &aSDKInfo,
/external/opencore/engines/2way/src/
H A Dpv_2way_interface_cmd_messages.h51 PV2WayMessageGetSDKInfo(PVSDKInfo &aSDKInfo, OsclAny* aContextData) argument
53 , iSDKInfo(aSDKInfo)
H A Dpv_2way_proxy_adapter.h146 PVCommandId GetSDKInfo(PVSDKInfo &aSDKInfo, OsclAny* aContextData = NULL);
H A Dpv_2way_engine.h726 PVCommandId GetSDKInfo(PVSDKInfo &aSDKInfo, OsclAny* aContextData = NULL);
848 void FillSDKInfo(PVSDKInfo &aSDKInfo);
H A Dpv_2way_proxy_adapter.cpp308 PVCommandId CPV2WayProxyAdapter::GetSDKInfo(PVSDKInfo &aSDKInfo, OsclAny* aContextData) argument
310 PV2WayMessageGetSDKInfo *msg = OSCL_NEW(PV2WayMessageGetSDKInfo, (aSDKInfo, aContextData));
H A Dpv_2way_engine.cpp463 PVCommandId CPV324m2Way::GetSDKInfo(PVSDKInfo &aSDKInfo, OsclAny* aContextData) argument
468 FillSDKInfo(aSDKInfo);
4901 void CPV324m2Way::FillSDKInfo(PVSDKInfo &aSDKInfo) argument
4905 aSDKInfo.iLabel = PV2WAY_ENGINE_SDKINFO_LABEL;
4906 aSDKInfo.iDate = PV2WAY_ENGINE_SDKINFO_DATE;
/external/opencore/engines/author/include/
H A Dpvauthorengineinterface.h514 * @param aSDKInfo
520 OSCL_IMPORT_REF static void GetSDKInfo(PVSDKInfo& aSDKInfo);
/external/opencore/engines/player/include/
H A Dpv_player_interface.h761 * @param aSDKInfo
767 OSCL_IMPORT_REF static void GetSDKInfo(PVSDKInfo& aSDKInfo);
/external/opencore/engines/author/src/
H A Dpvauthorengine.h202 OSCL_IMPORT_REF PVCommandId GetSDKInfo(PVSDKInfo& aSDKInfo, const OsclAny* aContextData = NULL);
H A Dpvauthorengine.cpp445 OSCL_EXPORT_REF PVCommandId PVAuthorEngine::GetSDKInfo(PVSDKInfo &aSDKInfo, const OsclAny* aContextData) argument
447 PVEngineCommand cmd(PVAE_CMD_GET_SDK_INFO, iCommandId, (OsclAny*)aContextData, (OsclAny*)&aSDKInfo);
/external/opencore/engines/player/src/
H A Dpv_player_engine.h901 PVCommandId GetSDKInfo(PVSDKInfo &aSDKInfo, const OsclAny* aContextData = NULL);
H A Dpv_player_engine.cpp176 PVCommandId PVPlayerEngine::GetSDKInfo(PVSDKInfo &aSDKInfo, const OsclAny* aContextData) argument
183 param.pOsclAny_value = (OsclAny*) & aSDKInfo;

Completed in 1195 milliseconds