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

  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 42 CMD_STOP = 'Stop'
249 self.SetPlayCommand(CMD_STOP)
392 if playCmd == CMD_QUEUE_AND_CANCEL or playCmd == CMD_STOP or playCmd == CMD_QUEUE_AND_CANCEL_CURRENT:
393 if playCmd == CMD_QUEUE_AND_CANCEL or playCmd == CMD_STOP:
  /development/tools/emulator/system/gps/
gps_qemu.c 565 CMD_STOP = 2
618 char cmd = CMD_STOP;
625 D("%s: could not send CMD_STOP command: ret=%d: %s",
721 else if (cmd == CMD_STOP) {
  /sdk/emulator/gps/
gps_qemu.c 565 CMD_STOP = 2
618 char cmd = CMD_STOP;
625 D("%s: could not send CMD_STOP command: ret=%d: %s",
721 else if (cmd == CMD_STOP) {

Completed in 199 milliseconds