Searched defs:AppManager (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/contexthubhal/ |
D | system_comms.cpp | 233 int SystemComm::MemInfoSession::setup(const hub_message_t *, uint32_t transactionId, AppManager &) in setup() argument 245 int SystemComm::MemInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, boo… in handleRx() argument 567 int SystemComm::AppMgmtSession::handleStopTransfer(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStopTransfer() argument 639 int SystemComm::AppMgmtSession::handleStart(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStart() argument 746 int SystemComm::AppMgmtSession::handleStopRun(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStopRun() argument 778 int SystemComm::AppMgmtSession::handleReboot(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleReboot() argument 876 int SystemComm::KeyInfoSession::setup(const hub_message_t *, uint32_t transactionId, AppManager &) { in setup() argument 886 int SystemComm::KeyInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, boo… in handleRx() argument
|
D | system_comms.h | 327 AppManager() { in AppManager() function
|