Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp136 NanohubRsp rsp(buf, true); in handleRx() local
137 if (rsp.cmd != NANOHUB_QUERY_APPS) { in handleRx()
204 NanohubRsp rsp(buf, true); in handleRx() local
206 if (rsp.cmd != NANOHUB_QUERY_MEMINFO) in handleRx()
323 NanohubRsp rsp(buf); in handleRx() local
327 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 …]
Dsystem_comms.h205 int handleTransfer(NanohubRsp &rsp);
206 int handleFinish(NanohubRsp &rsp);
207 int handleReload(NanohubRsp &rsp);
208 int handleMgmt(NanohubRsp &rsp);