HomeSort by relevance Sort by last modified time
    Searched refs:NanohubRsp (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/contexthubhal/
system_comms.h 78 struct NanohubRsp {
81 NanohubRsp(MessageBuf &buf, bool no_status = false);
192 int handleTransfer(NanohubRsp &rsp);
193 int handleFinish(NanohubRsp &rsp);
194 int handleReload(NanohubRsp &rsp);
195 int handleReboot(NanohubRsp &rsp);
196 int handleMgmt(NanohubRsp &rsp);
system_comms.cpp 78 NanohubRsp::NanohubRsp(MessageBuf &buf, bool no_status) {
123 NanohubRsp rsp(buf, true);
189 NanohubRsp rsp(buf);
214 NanohubRsp rsp(buf, true);
337 NanohubRsp rsp(buf);
360 int SystemComm::AppMgmtSession::handleTransfer(NanohubRsp &rsp)
390 int SystemComm::AppMgmtSession::handleFinish(NanohubRsp &rsp)
417 int SystemComm::AppMgmtSession::handleReload(NanohubRsp &rsp)
438 int SystemComm::AppMgmtSession::handleReboot(NanohubRsp &rsp
    [all...]

Completed in 73 milliseconds