Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Deventnums.h106 #define EVT_APP_FROM_HOST 0x000000F8 //host data to an app. Type is struct HostHu… macro
/device/google/contexthub/firmware/src/
DnanohubCommand.c892 if (le32toh(req->evtType) == EVT_APP_FROM_HOST) { in writeEvent()
905 resp->accepted = osEnqueuePrivateEvt(EVT_APP_FROM_HOST, packet, free, tid); in writeEvent()
DhostIntf.c1090 } else if (evtType == EVT_APP_FROM_HOST) { in hostIntfHandleEvent()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1151 cmd->evtType = EVT_APP_FROM_HOST; in queueUsbMagBias()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c2960 case EVT_APP_FROM_HOST: in handleEvent()