system_comms.h | 133 explicit NanohubRsp(MessageBuf &buf, uint32_t transactionId, bool chre); 164 virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) = 0; 287 virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) override; 294 virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) override; 304 virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) override; 316 bool chre, running, loaded; member in struct:android::nanohub::SystemComm::AppManager::AppData 394 apps_[appName.id]->chre = false; 432 int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre, bool &reboot, uint32_t &rebootStatus); 450 int doHandleRx(uint64_t appId, uint32_t transactionId, const char *data, int len, bool chre);
|