Searched refs:currentDataCommand (Results 1 – 2 of 2) sorted by relevance
22 currentDataCommand = CMD_KERNEL_ECHO_RAW; // Default output to shelldata in HdcDaemonUnity()60 …if (!SendToAnother(currentDataCommand, reinterpret_cast<uint8_t *>(const_cast<char *>(result.c_str… in AsyncCmdOut()300 currentDataCommand = CMD_UNITY_BUGREPORT_DATA; in CommandDispatch()
43 uint16_t currentDataCommand; variable