Searched refs:EVT_APP_TO_HOST (Results 1 – 8 of 8) 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 | 547 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in firmwareWrite() 696 packet->evtType = htole32(EVT_APP_TO_HOST); in fillBuffer() 1044 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halSendMgmtResponse() 1090 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halQueryApps() 1096 osEnqueueEvtOrFree(EVT_APP_TO_HOST, hdr, heapFree); in halQueryApps() 1123 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halQueryRsaKeys() 1142 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halStartUpload() 1172 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halContUpload() 1194 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halFinishUpload()
|
D | nanohub_chre.c | 200 result = osEnqueueEvtOrFree(EVT_APP_TO_HOST, hostMsg, heapFree); in osChreSendMessageToHost()
|
D | hostIntf.c | 1110 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in hostIntfNotifyReboot() 1156 osEventSubscribe(mHostIntfTid, EVT_APP_TO_HOST); in onEvtAppStart() 1492 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/bosch_bmp280/ |
D | bosch_bmp280.c | 277 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2648 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) 2802 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
|