Home
last modified time | relevance | path

Searched refs:NANOHUB_HAL_SYS_MGMT_REBOOT (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp400 buf.writeU8(NANOHUB_HAL_SYS_MGMT_REBOOT); in setup()
786 if (cmd == NANOHUB_HAL_SYS_MGMT_REBOOT) in handleReboot()
1436 if (cmd == NANOHUB_HAL_SYS_MGMT_REBOOT) { in handleRx()
Dsystem_comms.h49 #define NANOHUB_HAL_SYS_MGMT_REBOOT 1 macro
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h463 #define NANOHUB_HAL_SYS_MGMT_REBOOT 1 macro
/device/google/contexthub/firmware/os/core/
DhostIntf.c1125 resp->cmd = NANOHUB_HAL_SYS_MGMT_REBOOT; in hostIntfNotifyReboot()
DnanohubCommand.c1429 case NANOHUB_HAL_SYS_MGMT_REBOOT: in halSysMgmt()