HomeSort by relevance Sort by last modified time
    Searched refs:pCommand (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/lib/Script/
SectionsCmd.cpp 50 void SectionsCmd::push_back(ScriptCommand* pCommand) {
51 switch (pCommand->getKind()) {
55 m_SectionCommands.push_back(pCommand);
OutputSectDesc.cpp 136 void OutputSectDesc::push_back(ScriptCommand* pCommand) {
137 switch (pCommand->getKind()) {
140 m_OutputSectCmds.push_back(pCommand);
  /frameworks/wilhelm/src/itf/
IAndroidEffect.cpp 87 void* pCommand, SLuint32 *replySize, void *pReply) {
93 pCommand, replySize, pReply);
  /frameworks/compile/mclinker/include/mcld/Script/
SectionsCmd.h 60 void push_back(ScriptCommand* pCommand);
OutputSectDesc.h 187 void push_back(ScriptCommand* pCommand);
  /hardware/ti/omap4-aah/security/tee_client_api/
tee_client_api_linux_driver.c 158 * @param pCommand a SChannel command message that must have been filled except for the operation parameters
166 IN SCHANNEL6_COMMAND* pCommand,
181 pCommand->sHeader.nMessageInfo = pOperation->paramTypes;
183 if (pCommand->sHeader.nMessageType == SCX_OPEN_CLIENT_SESSION)
185 pSCXParams = pCommand->sOpenClientSession.sParams;
190 pSCXParams = pCommand->sInvokeClientCommand.sParams;
209 pCommand->sInvokeClientCommand.nParamTypes |=
243 pCommand->sHeader.nOperationID = (uint32_t)pAnswer;
245 nResult = ioctl((S_HANDLE)pContext->imp._hConnection, IOCTL_SCX_EXCHANGE, pCommand);
282 nSCXParamType = SCX_GET_PARAM_TYPE(pCommand->sHeader.nMessageInfo, i)
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 150 * @param pCommand a SChannel command message that must have been filled except for the operation parameters
158 IN SCHANNEL6_COMMAND* pCommand,
173 pCommand->sHeader.nMessageInfo = pOperation->paramTypes;
175 if (pCommand->sHeader.nMessageType == SCX_OPEN_CLIENT_SESSION)
177 pSCXParams = pCommand->sOpenClientSession.sParams;
182 pSCXParams = pCommand->sInvokeClientCommand.sParams;
201 pCommand->sInvokeClientCommand.nParamTypes |=
235 pCommand->sHeader.nOperationID = (uint32_t)pAnswer;
237 nResult = ioctl((S_HANDLE)pContext->imp._hConnection, IOCTL_SCX_EXCHANGE, pCommand);
274 nSCXParamType = SCX_GET_PARAM_TYPE(pCommand->sHeader.nMessageInfo, i)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndrtypes.h 21 #define SIZEOF_MEM_PTR() ((pCommand->Is64BitEnv()) ? NT64_PTR_SIZE : NT32_PTR_SIZE)
23 #define SIZEOF_INT3264() ((pCommand->Is64BitEnv()) ? 8 : 4)
cmdtree.h 324 ICommand *pCommand;
adoint.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 640 milliseconds