Searched refs:CtrlStruct (Results 1 – 2 of 2) sorted by relevance
47 struct CtrlStruct { struct192 bool DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl);
1110 CtrlStruct ctrl = {}; in BuildCtrlString()1118 ret.insert(ret.end(), buf, buf + sizeof(CtrlStruct)); in BuildCtrlString()1124 bool HdcSessionBase::DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl) in DispatchMainThreadCommand()1185 int formatCommandSize = sizeof(CtrlStruct); in ReadCtrlFromMain()1202 CtrlStruct *ctrl = reinterpret_cast<CtrlStruct *>(buf + index); in ReadCtrlFromMain()1208 index += sizeof(CtrlStruct); in ReadCtrlFromMain()