Searched defs:pCommand (Results 1 - 3 of 3) sorted by relevance

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

Completed in 67 milliseconds