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

  /external/chromium_org/athena/content/
web_activity.cc 45 CMD_STOP,
68 {TRIGGER_ON_PRESS, ui::VKEY_ESCAPE, ui::EF_NONE, CMD_STOP, AF_NONE},
115 case CMD_STOP:
139 case CMD_STOP:
  /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:
  /device/generic/goldfish/gps/
gps_qemu.c 579 CMD_STOP = 2
632 char cmd = CMD_STOP;
639 D("%s: could not send CMD_STOP command: ret=%d: %s",
735 else if (cmd == CMD_STOP) {

Completed in 138 milliseconds