Searched refs:pCommand (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp50 void SectionsCmd::push_back(ScriptCommand* pCommand) { argument
51 switch (pCommand->getKind()) {
55 m_SectionCommands.push_back(pCommand);
H A DOutputSectDesc.cpp136 void OutputSectDesc::push_back(ScriptCommand* pCommand) { argument
137 switch (pCommand->getKind()) {
140 m_OutputSectCmds.push_back(pCommand);
/frameworks/wilhelm/src/itf/
H A DIAndroidEffect.cpp87 void* pCommand, SLuint32 *replySize, void *pReply) {
93 pCommand, replySize, pReply);
85 IAndroidEffect_SendCommand(SLAndroidEffectItf self, SLInterfaceID effectImplementationId, SLuint32 command, SLuint32 commandSize, void* pCommand, SLuint32 *replySize, void *pReply) argument
/frameworks/compile/mclinker/include/mcld/Script/
H A DSectionsCmd.h60 void push_back(ScriptCommand* pCommand);
H A DOutputSectDesc.h187 void push_back(ScriptCommand* pCommand);

Completed in 184 milliseconds