HomeSort by relevance Sort by last modified time
    Searched defs:chre (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/contexthubhal/
nanohubhal.h 54 struct nano_message_chre chre; member in union:android::nanohub::nano_message
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);

Completed in 551 milliseconds