Searched refs:CtrlStruct (Results 1 – 2 of 2) sorted by relevance
47 struct CtrlStruct { struct192 bool DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl);
1088 CtrlStruct ctrl = {}; in BuildCtrlString()1096 ret.insert(ret.end(), buf, buf + sizeof(CtrlStruct)); in BuildCtrlString()1102 bool HdcSessionBase::DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl) in DispatchMainThreadCommand()1163 int formatCommandSize = sizeof(CtrlStruct); in ReadCtrlFromMain()1180 CtrlStruct *ctrl = reinterpret_cast<CtrlStruct *>(buf + index); in ReadCtrlFromMain()1186 index += sizeof(CtrlStruct); in ReadCtrlFromMain()