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

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyCommandEvent.java 29 private String mCmd;
33 mCmd = cmd;
38 if (mCmd != null) {
41 java.lang.Process p = Runtime.getRuntime().exec(mCmd);
43 Logger.err.println("// Shell command " + mCmd + " status was " + status);
45 Logger.err.println("// Exception from " + mCmd + ":");
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
CmdTemplate.c 44 GLOBAL_REMOVE_IF_UNREFERENCED const EBL_COMMAND_TABLE mCmd%CommandName%Template[] =
63 EblAddCommands (mCmd%CommandName%Template, sizeof (mCmd%CommandName%Template)/sizeof (EBL_COMMAND_TABLE));
  /device/google/contexthub/contexthubhal/
system_comms.cpp 175 mCmd = buf.readU8();
250 if (rsp.mCmd != NANOHUB_HAL_SYS_INFO)
317 mCmd = appMsg->message_type;
323 switch (mCmd) {
432 sendToApp(mCmd, transactionId, &result, sizeof(result));
441 sendToApp(mCmd, transactionId, &result, sizeof(result));
504 if (rsp.mCmd != NANOHUB_HAL_CONT_UPLOAD && rsp.mCmd != NANOHUB_HAL_START_UPLOAD)
545 sendToApp(mCmd, rsp.mTransactionId, &result, sizeof(result));
569 if (rsp.mCmd != NANOHUB_HAL_APP_MGMT
    [all...]
system_comms.h 130 uint32_t mCmd;
256 uint32_t mCmd; // LOAD_APP, UNLOAD_APP, ENABLE_APP, DISABLE_APP
281 mCmd = 0;

Completed in 290 milliseconds