Searched refs:rsp (Results 1 – 2 of 2) sorted by relevance
136 NanohubRsp rsp(buf, true); in handleRx() local137 if (rsp.cmd != NANOHUB_QUERY_APPS) { in handleRx()204 NanohubRsp rsp(buf, true); in handleRx() local206 if (rsp.cmd != NANOHUB_QUERY_MEMINFO) in handleRx()323 NanohubRsp rsp(buf); in handleRx() local327 ret = handleTransfer(rsp); in handleRx()330 ret = handleFinish(rsp); in handleRx()333 ret = handleReload(rsp); in handleRx()336 ret = handleMgmt(rsp); in handleRx()343 int SystemComm::AppMgmtSession::handleTransfer(NanohubRsp &rsp) in handleTransfer() argument[all …]
205 int handleTransfer(NanohubRsp &rsp);206 int handleFinish(NanohubRsp &rsp);207 int handleReload(NanohubRsp &rsp);208 int handleMgmt(NanohubRsp &rsp);