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

/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp52 void SectionsCmd::push_back(ScriptCommand* pCommand) argument
54 switch (pCommand->getKind()) {
58 m_SectionCommands.push_back(pCommand);
H A DOutputSectDesc.cpp135 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.h61 void push_back(ScriptCommand* pCommand);
H A DOutputSectDesc.h194 void push_back(ScriptCommand* pCommand);

Completed in 130 milliseconds