Searched refs:rebootStatus (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/contexthubhal/ |
D | system_comms.cpp | 1371 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()
|
D | system_comms.h | 432 …, uint32_t transactionId, AppManager &appManager, bool chre, bool &reboot, uint32_t &rebootStatus);
|