Home
last modified time | relevance | path

Searched refs:EVT_APP_FROM_HOST (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Deventnums.h140 #define EVT_APP_FROM_HOST 0x000000F8 //host data to an app. Type is struct HostMs… macro
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app.c243 case EVT_APP_FROM_HOST: in chreappHandle()
Dchre_app.c244 case EVT_APP_FROM_HOST: in chreappHandle()
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c357 msg.hdr.eventId = EVT_APP_FROM_HOST; in sendCmd()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c973 if (event == EVT_APP_FROM_HOST) { in writeEvent()
1010 resp->accepted = forwardPacket(EVT_APP_FROM_HOST, hostPacket + 1, hostPacket->len, in writeEvent()
1035 … resp->accepted = forwardPacket(EVT_APP_FROM_HOST, hostPacketV10 + 1, hostPacketV10->len, in writeEvent()
DhostIntf.c1577 case EVT_APP_FROM_HOST: in hostIntfHandleEvent()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp509 cmd->evtType = EVT_APP_FROM_HOST; in setLeftyMode()
1856 cmd->evtType = EVT_APP_FROM_HOST; in queueUsbMagBias()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3757 case EVT_APP_FROM_HOST:
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c4943 case EVT_APP_FROM_HOST: in lsm6dsm_handleEvent()