Searched refs:EVT_APP_TO_HOST (Results 1 – 11 of 11) sorted by relevance
/device/google/contexthub/firmware/app/test0.app/ |
D | test_app0.c | 65 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/os/inc/ |
D | eventnums.h | 29 #define EVT_APP_TO_HOST 0x00000401 //app data to host. Type is struct HostHubRa… macro
|
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 580 if (resp->evtType == EVT_APP_TO_HOST) { in firmwareWrite() 583 osEnqueueEvtOrFree(EVT_APP_TO_HOST, &resp->respLegacy, writeCookieFree); in firmwareWrite() 749 packet->evtType = htole32(EVT_APP_TO_HOST); in fillBuffer() 1134 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halSendLegacyMgmtResponse() 1181 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halLegacyQueryApps() 1189 osEnqueueEvtOrFree(EVT_APP_TO_HOST, hdr, heapFree); in halLegacyQueryApps() 1217 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halLegacyQueryRsaKeys() 1236 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halLegacyStartUpload() 1250 cookie->evtType = EVT_APP_TO_HOST; in halLegacyContUpload() 1268 osEnqueueEvtOrFree(EVT_APP_TO_HOST, &cookie->respLegacy, writeCookieFree); in halLegacyContUpload() [all …]
|
D | hostIntf.c | 1139 osEnqueueEvtOrFree(EVT_APP_TO_HOST, respLegacy, heapFree); in hostIntfNotifyReboot() 1186 EVT_APP_TO_HOST, in onEvtAppStart() 1570 case EVT_APP_TO_HOST: in hostIntfHandleEvent()
|
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 441 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResultAls() 464 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResultProx()
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 299 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 306 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 556 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendTestResult()
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 1197 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) 1445 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2738 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) 2892 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 1533 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) { in lsm6dsm_sendSelfTestResult() 1567 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) { in lsm6dsm_sendCalibrationResult()
|