Home
last modified time | relevance | path

Searched refs:EVT_APP_TO_HOST (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c65 if (!(eOsEnqueueEvt(EVT_APP_TO_HOST, extMsg, mMyTid))) in handle_event()
71 if (aefd->evtType == EVT_APP_TO_HOST) in handle_event()
/device/google/contexthub/firmware/src/
DnanohubCommand.c535 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in firmwareWrite()
703 packet->evtType = htole32(EVT_APP_TO_HOST); in fillBuffer()
1011 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halSendMgmtResponse()
1057 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halQueryApps()
1063 osEnqueueEvtOrFree(EVT_APP_TO_HOST, hdr, heapFree); in halQueryApps()
1090 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halQueryRsaKeys()
1109 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halStartUpload()
1139 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halContUpload()
1161 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halFinishUpload()
DhostIntf.c1009 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in hostIntfNotifyReboot()
1062 osEventSubscribe(mHostIntfTid, EVT_APP_TO_HOST); in hostIntfHandleEvent()
1078 } else if (evtType == EVT_APP_TO_HOST) { in hostIntfHandleEvent()
/device/google/contexthub/firmware/inc/
Deventnums.h29 #define EVT_APP_TO_HOST 0x00000401 //app data to host. Type is struct HostHubRa… macro
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/
Dams_tmd4903.c338 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResultAls()
361 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResultProx()
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/
Dbosch_bmp280.c186 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c2268 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()