Lines Matching refs:chre
43 #define CHRE_APP_DIR "/data/vendor/sensor/chre"
168 NanohubRsp::NanohubRsp(MessageBuf &buf, uint32_t transactionId, bool chre)
177 if (chre)
245 int SystemComm::MemInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre)
248 NanohubRsp rsp(buf, transactionId, chre);
457 int SystemComm::AppMgmtSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre)
461 NanohubRsp rsp(buf, transactionId, chre);
886 int SystemComm::KeyInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre)
889 NanohubRsp rsp(buf, transactionId, chre);
968 if (app->chre) {
969 snprintf(buffer, sizeof(buffer), " CHRE: %d.%d\n",
1078 apps_[id]->chre = false;
1097 it->second->chre = false;
1205 apps_[name.id]->chre = false;
1269 app->chre = false;
1271 app->chre = true;
1278 app->chre = false;
1280 app->chre = true;
1322 // TODO: Still have some non-chre apps that need to be reported
1323 // if (!app->chre || !app->running || app->flashUse == NANOHUB_MEM_SZ_UNKNOWN)
1368 int SystemComm::doHandleRx(uint64_t appId, uint32_t transactionId, const char *data, int len, bool chre)
1384 int status = mSessions.handleRx(buf, transactionId, mAppManager, chre, reboot, rebootStatus);
1411 int SystemComm::SessionManager::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre, bool &reboot, uint32_t &rebootStatus)
1423 status = session->handleRx(buf, transactionId, appManager, chre);
1429 NanohubRsp rsp(buf, transactionId, chre);