Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.h89 struct NanohubRsp { struct
92 explicit NanohubRsp(MessageBuf &buf, bool no_status = false); argument
210 int handleTransfer(NanohubRsp &rsp);
211 int handleFinish(NanohubRsp &rsp);
212 int handleRun(NanohubRsp &rsp);
213 int handleRunFailed(NanohubRsp &rsp);
214 int handleReboot(NanohubRsp &rsp);
215 int handleMgmt(NanohubRsp &rsp);
Dsystem_comms.cpp82 NanohubRsp::NanohubRsp(MessageBuf &buf, bool no_status) in NanohubRsp() function in android::nanohub::NanohubRsp
133 NanohubRsp rsp(buf, true); in handleRx()
201 NanohubRsp rsp(buf, true); in handleRx()
331 NanohubRsp rsp(buf); in handleRx()
357 int SystemComm::AppMgmtSession::handleTransfer(NanohubRsp &rsp) in handleTransfer()
387 int SystemComm::AppMgmtSession::handleFinish(NanohubRsp &rsp) in handleFinish()
413 int SystemComm::AppMgmtSession::handleRun(NanohubRsp &rsp) in handleRun()
445 int SystemComm::AppMgmtSession::handleRunFailed(NanohubRsp &rsp) in handleRunFailed()
461 int SystemComm::AppMgmtSession::handleReboot(NanohubRsp &rsp) in handleReboot()
473 int SystemComm::AppMgmtSession::handleMgmt(NanohubRsp &rsp) in handleMgmt()
[all …]