Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp268 int SystemComm::AppMgmtSession::setup(const hub_message_t *appMsg) in setup()
303 int SystemComm::AppMgmtSession::setupMgmt(const hub_message_t *appMsg, uint32_t cmd) in setupMgmt()
319 int SystemComm::AppMgmtSession::handleRx(MessageBuf &buf) in handleRx()
343 int SystemComm::AppMgmtSession::handleTransfer(NanohubRsp &rsp) in handleTransfer()
373 int SystemComm::AppMgmtSession::handleFinish(NanohubRsp &rsp) in handleFinish()
400 int SystemComm::AppMgmtSession::handleReload(NanohubRsp &rsp) in handleReload()
412 int SystemComm::AppMgmtSession::handleMgmt(NanohubRsp &rsp) in handleMgmt()
Dsystem_comms.h191 class AppMgmtSession : public Session {
210 AppMgmtSession() { in AppMgmtSession() function
301 AppMgmtSession mAppMgmtSession;