Searched defs:pEngine (Results 1 - 5 of 5) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
H A D | MsgHandler.cpp | 15 MsgHandler::MsgHandler(DiagnosticEngine& pEngine) argument 16 : m_Engine(pEngine), m_NumArgs(0) {
|
H A D | Diagnostic.cpp | 23 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) : m_Engine(pEngine) { argument
|
/frameworks/wilhelm/src/ |
H A D | sl_entry.cpp | 21 SL_API SLresult SLAPIENTRY slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, argument 27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds,
|
H A D | xa_entry.cpp | 21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, argument 27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions,
|
H A D | entry.cpp | 27 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