Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
H A Dsession.h49 struct CtrlStruct { struct in Hdc::HdcSessionBase
195 bool DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl);
H A Dsession.cpp1134 CtrlStruct ctrl = {}; in BuildCtrlString()
1142 ret.insert(ret.end(), buf, buf + sizeof(CtrlStruct)); in BuildCtrlString()
1148 bool HdcSessionBase::DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl) in DispatchMainThreadCommand()
1210 int formatCommandSize = sizeof(CtrlStruct); in ReadCtrlFromMain()
1227 CtrlStruct *ctrl = reinterpret_cast<CtrlStruct *>(buf + index); in ReadCtrlFromMain()
1233 index += sizeof(CtrlStruct); in ReadCtrlFromMain()

Completed in 4 milliseconds