Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp265 int SystemComm::AppMgmtSession::setup(const hub_message_t *appMsg) in setup()
311 int SystemComm::AppMgmtSession::setupMgmt(const hub_message_t *appMsg, uint32_t cmd) in setupMgmt()
327 int SystemComm::AppMgmtSession::handleRx(MessageBuf &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()
Dsystem_comms.h193 class AppMgmtSession : public Session {
217 AppMgmtSession() { in AppMgmtSession() function
299 AppMgmtSession mAppMgmtSession;