Home
last modified time | relevance | path

Searched refs:osEnqueueEvtOrFree (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/src/
DnanohubCommand.c535 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in firmwareWrite()
922 resp->accepted = osEnqueueEvtOrFree(le32toh(req->evtType), packet, free); in writeEvent()
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()
Dseos.c719 osEnqueueEvtOrFree(EVT_APP_END, task, NULL); in osStopTask()
1103 …return osEnqueueEvtOrFree(sub ? EVT_SUBSCRIBE_TO_EVT : EVT_UNSUBSCRIBE_TO_EVT, act, osDeferredActi… in osEventSubscribeUnsubscribe()
1142 bool osEnqueueEvtOrFree(uint32_t evtType, void *evtData, EventFreeF evtFreeF) in osEnqueueEvtOrFree() function
1189 return osEnqueueEvtOrFree(EVT_PRIVATE_EVT, act, osDeferredActionFreeF); in osEnqueuePrivateEvtEx()
DhostIntf.c1009 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in hostIntfNotifyReboot()
/device/google/contexthub/firmware/inc/
Dseos.h162 bool osEnqueueEvtOrFree(uint32_t evtType, void *evtData, EventFreeF evtFreeF);
/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/orientation/
Dorientation.c309osEnqueueEvtOrFree(EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(mSi[mSensor->idx].sensorType), in addSample()
479 osEnqueueEvtOrFree(EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(mSi[i].sensorType), in drainSamples()
/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.c1707 success = osEnqueueEvtOrFree(eventId, sensor->data_evt, dataEvtFree); in flushData()
2268 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()