Searched refs:loopIn (Results 1 – 8 of 8) sorted by relevance
/developtools/hdc/src/common/ |
D | async_cmd.cpp | 59 bool AsyncCmd::Initial(uv_loop_t *loopIn, const CmdResultCallback callback, uint32_t optionsIn) in Initial() argument 65 loop = loopIn; in Initial()
|
D | file_descriptor.cpp | 18 HdcFileDescriptor::HdcFileDescriptor(uv_loop_t *loopIn, int fdToRead, void *callerContextIn, in HdcFileDescriptor() argument 21 loop = loopIn; in HdcFileDescriptor()
|
D | async_cmd.h | 38 bool Initial(uv_loop_t *loopIn, const CmdResultCallback callback, uint32_t optionsIn = 0);
|
D | file_descriptor.h | 26 …HdcFileDescriptor(uv_loop_t *loopIn, int fdToRead, void *callerContextIn, CallBackWhenRead callbac…
|
/developtools/hdc/src/test/jdwp/ |
D | HdcJdwpSimulator.h | 23 explicit HdcJdwpSimulator(uv_loop_t *loopIn, string pkg);
|
D | HdcJdwpSimulator.cpp | 20 HdcJdwpSimulator::HdcJdwpSimulator(uv_loop_t *loopIn, string pkg) in HdcJdwpSimulator() argument 22 loop = loopIn; in HdcJdwpSimulator()
|
/developtools/hdc/src/daemon/ |
D | jdwp.h | 23 HdcJdwp(uv_loop_t *loopIn);
|
D | jdwp.cpp | 20 HdcJdwp::HdcJdwp(uv_loop_t *loopIn) in HdcJdwp() argument 23 loop = loopIn; in HdcJdwp()
|