Searched defs:AppManager (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/contexthubhal/ |
D | system_comms.cpp | 234 int SystemComm::MemInfoSession::setup(const hub_message_t *, uint32_t transactionId, AppManager &) in setup() argument 246 int SystemComm::MemInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, boo… in handleRx() argument 568 int SystemComm::AppMgmtSession::handleStopTransfer(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStopTransfer() argument 640 int SystemComm::AppMgmtSession::handleStart(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStart() argument 747 int SystemComm::AppMgmtSession::handleStopRun(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStopRun() argument 779 int SystemComm::AppMgmtSession::handleReboot(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleReboot() argument 877 int SystemComm::KeyInfoSession::setup(const hub_message_t *, uint32_t transactionId, AppManager &) { in setup() argument 887 int SystemComm::KeyInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, boo… in handleRx() argument
|
D | system_comms.h | 327 AppManager() { in AppManager() function
|