Home
last modified time | relevance | path

Searched refs:rebootStatus (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp1374 uint32_t rebootStatus; in doHandleRx() local
1387 int status = mSessions.handleRx(buf, transactionId, mAppManager, chre, reboot, rebootStatus); in doHandleRx()
1399 .message_len = sizeof(rebootStatus), in doHandleRx()
1400 .message = &rebootStatus, in doHandleRx()
1414 …f, uint32_t transactionId, AppManager &appManager, bool chre, bool &reboot, uint32_t &rebootStatus) in handleRx() argument
1452 rebootStatus = rsp.mStatus; in handleRx()
Dsystem_comms.h432 …, uint32_t transactionId, AppManager &appManager, bool chre, bool &reboot, uint32_t &rebootStatus);