Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dclient.h76 std::unique_ptr<HdcHostApp> appTask; variable
Dclient.cpp609 if (appTask == nullptr) { in ReadChannel()
612 appTask = std::make_unique<HdcHostApp>(hTaskInfo); in ReadChannel()
614 … if (!appTask->CommandDispatch(cmd, buf + sizeof(uint16_t), bytesIO - sizeof(uint16_t))) { in ReadChannel()
615 appTask->TaskFinish(); in ReadChannel()