Home
last modified time | relevance | path

Searched refs:pEngine (Results 1 – 12 of 12) sorted by relevance

/frameworks/wilhelm/src/
Dentry.cpp27 LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, in liCreateEngine() argument
41 if (NULL == pEngine) { in liCreateEngine()
45 *pEngine = NULL; in liCreateEngine()
130 *pEngine = &thiz->mObject.mItf; in liCreateEngine()
163 *pEngine = &thiz->mObject.mItf; in liCreateEngine()
Dsl_entry.cpp21 SL_API SLresult SLAPIENTRY slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, in slCreateEngine() argument
27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds, in slCreateEngine()
Dxa_entry.cpp21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, in xaCreateEngine() argument
27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions, in xaCreateEngine()
Dsles_allinclusive.h423 extern LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
/frameworks/compile/mclinker/lib/LD/
DDiagnosticInfos.cpp112 bool DiagnosticInfos::process(DiagnosticEngine& pEngine) const { in process()
113 Diagnostic info(pEngine); in process()
171 pEngine.getPrinter()->handleDiagnostic(severity, info); in process()
DMsgHandler.cpp15 MsgHandler::MsgHandler(DiagnosticEngine& pEngine) in MsgHandler() argument
16 : m_Engine(pEngine), m_NumArgs(0) { in MsgHandler()
DDiagnostic.cpp23 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) : m_Engine(pEngine) { in Diagnostic() argument
/frameworks/compile/mclinker/include/mcld/LD/
DDiagnosticInfos.h47 bool process(DiagnosticEngine& pEngine) const;
DDiagnostic.h24 explicit Diagnostic(DiagnosticEngine& pEngine);
DMsgHandler.h26 explicit MsgHandler(DiagnosticEngine& pEngine);
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2753 SLObjectItf *pEngine,
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h508 XAObjectItf * pEngine,