Home
last modified time | relevance | path

Searched refs:CtrlStruct (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Dsession.h47 struct CtrlStruct { struct
192 bool DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl);
Dsession.cpp1088 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()