Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp1371 uint32_t rebootStatus; in doHandleRx() local
1384 int status = mSessions.handleRx(buf, transactionId, mAppManager, chre, reboot, rebootStatus); in doHandleRx()
1396 .message_len = sizeof(rebootStatus), in doHandleRx()
1397 .message = &rebootStatus, in doHandleRx()
1411 …f, uint32_t transactionId, AppManager &appManager, bool chre, bool &reboot, uint32_t &rebootStatus) in handleRx() argument
1449 rebootStatus = rsp.mStatus; in handleRx()
Dsystem_comms.h432 …, uint32_t transactionId, AppManager &appManager, bool chre, bool &reboot, uint32_t &rebootStatus);