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

/frameworks/wilhelm/src/
H A Dsl_entry.c21 SL_API SLresult SLAPIENTRY slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, argument
27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds,
H A Dxa_entry.c21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, argument
27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions,
H A Dentry.c28 LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, argument
42 if (NULL == pEngine) {
46 *pEngine = NULL;
131 *pEngine = &thiz->mObject.mItf;
165 *pEngine = &thiz->mObject.mItf;
H A Dsles_allinclusive.h423 extern LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticInfos.h47 bool process(DiagnosticEngine& pEngine) const;
H A DDiagnostic.h28 Diagnostic(DiagnosticEngine& pEngine);
H A DMsgHandler.h29 MsgHandler(DiagnosticEngine& pEngine);
/frameworks/compile/mclinker/lib/LD/
H A DMsgHandler.cpp14 MsgHandler::MsgHandler(DiagnosticEngine& pEngine) argument
15 : m_Engine(pEngine), m_NumArgs(0) {
H A DDiagnosticInfos.cpp101 bool DiagnosticInfos::process(DiagnosticEngine& pEngine) const
103 Diagnostic info(pEngine);
146 pEngine.getPrinter()->handleDiagnostic(severity, info);
H A DDiagnostic.cpp20 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) argument
21 : m_Engine(pEngine) {
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h508 XAObjectItf * pEngine,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2753 SLObjectItf *pEngine,

Completed in 203 milliseconds