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.cpp605 if (appTask == nullptr) { in ReadChannel()
608 appTask = std::make_unique<HdcHostApp>(hTaskInfo); in ReadChannel()
610 … if (!appTask->CommandDispatch(cmd, buf + sizeof(uint16_t), bytesIO - sizeof(uint16_t))) { in ReadChannel()
611 appTask->TaskFinish(); in ReadChannel()