Searched refs:CONTROL_CMD_STOP (Results 1 – 1 of 1) sorted by relevance
48 const std::string CONTROL_CMD_STOP = "stop"; variable628 cmd == CONTROL_CMD_PAUSE or cmd == CONTROL_CMD_RESUME or cmd == CONTROL_CMD_STOP) { in ParseControlCmd()1026 } else if (controlCmd_ == CONTROL_CMD_STOP) { in ProcessControl()