Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp123 NanohubRsp rsp(buf, true); in handleRx() local
189 NanohubRsp rsp(buf); in handleRx() local
214 NanohubRsp rsp(buf, true); in handleRx() local
337 NanohubRsp rsp(buf); in handleRx() local
360 int SystemComm::AppMgmtSession::handleTransfer(NanohubRsp &rsp) in handleTransfer()
390 int SystemComm::AppMgmtSession::handleFinish(NanohubRsp &rsp) in handleFinish()
417 int SystemComm::AppMgmtSession::handleReload(NanohubRsp &rsp) in handleReload()
438 int SystemComm::AppMgmtSession::handleReboot(NanohubRsp &rsp) in handleReboot()
448 int SystemComm::AppMgmtSession::handleMgmt(NanohubRsp &rsp) in handleMgmt()
491 NanohubRsp rsp(buf, true); in handleRx() local
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp291 auto rsp = reinterpret_cast<const BrHostEventData *>(event.GetDataPtr()); in PrintBridgeVersion() local