Searched defs:pEngine (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DMsgHandler.cpp15 MsgHandler::MsgHandler(DiagnosticEngine& pEngine) argument
16 : m_Engine(pEngine), m_NumArgs(0) {
H A DDiagnostic.cpp23 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) : m_Engine(pEngine) { argument
/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;

Completed in 95 milliseconds