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.cpp21 SL_API SLresult SLAPIENTRY slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, argument
27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds,
H A Dxa_entry.cpp21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, argument
27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions,
H A Dentry.cpp27 LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, argument
41 if (NULL == pEngine) {
45 *pEngine = NULL;
130 *pEngine = &thiz->mObject.mItf;
163 *pEngine = &thiz->mObject.mItf;

Completed in 74 milliseconds