Home
last modified time | relevance | path

Searched refs:RedirectToTask (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon.h46 …bool RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, const uint16…
Ddaemon.cpp146 bool HdcDaemon::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask() function in Hdc::HdcDaemon
/developtools/hdc/src/host/
Dserver.h54 …bool RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, const uint16…
Dserver.cpp918 bool HdcServer::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask() function in Hdc::HdcServer
/developtools/hdc/src/common/
Dsession.h71 virtual bool RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask() function
Dsession.cpp1374 ret = RedirectToTask(hTaskInfo, hSession, channelId, command, payload, payloadSize); in DispatchTaskData()