Home
last modified time | relevance | path

Searched refs:aRet (Results 1 – 5 of 5) sorted by relevance

/external/opencore/engines/2way/src/
Dpv_2way_proxy_adapter.cpp93 CPV2WayProxyAdapter* aRet = OSCL_NEW(CPV2WayProxyAdapter, ()); in New() local
94 if (aRet) in New()
96 error = Construct(aRet, aTerminalType, aCmdStatusObserver, in New()
101 OSCL_DELETE(aRet); in New()
102 aRet = NULL; in New()
111 return aRet; in New()
114 int32 CPV2WayProxyAdapter::Construct(CPV2WayProxyAdapter*& aRet, in Construct() argument
121 OSCL_TRY(error, aRet->ConstructL(aTerminalType, in Construct()
Dpv_2way_proxy_adapter.h238 static int Construct(CPV2WayProxyAdapter*& aRet,
Dpv_2way_engine.cpp198 CPV324m2Way* aRet = OSCL_NEW(CPV324m2Way, ()); in NewL() local
199 if (aRet) in NewL()
201 int32 error = Construct(aRet, aTsc, aTerminalType, aCmdStatusObserver, in NewL()
205 OSCL_DELETE(aRet); in NewL()
206 aRet = NULL; in NewL()
215 return aRet; in NewL()
218 int32 CPV324m2Way::Construct(CPV324m2Way* aRet, in Construct() argument
226 OSCL_TRY(error, aRet->ConstructL(aTsc, in Construct()
Dpv_2way_engine.h908 static int32 Construct(CPV324m2Way* aRet,
/external/opencore/nodes/pvvideoparsernode/src/
Dpvmf_videoparser_node.cpp66 PVMFVideoParserNode* aRet = OSCL_NEW(PVMFVideoParserNode, ()); in OSCL_DLL_ENTRY_POINT_DEFAULT() local
67 if (aRet) in OSCL_DLL_ENTRY_POINT_DEFAULT()
69 aRet->ConstructL(aFormatSpecificInfo, aFormatSpecificInfoLen); in OSCL_DLL_ENTRY_POINT_DEFAULT()
70 aRet->AddToScheduler(); in OSCL_DLL_ENTRY_POINT_DEFAULT()
73 return aRet; in OSCL_DLL_ENTRY_POINT_DEFAULT()