Searched refs:osEnqueueEvtOrFree (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/firmware/src/ |
D | nanohubCommand.c | 535 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()
|
D | seos.c | 719 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()
|
D | hostIntf.c | 1009 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in hostIntfNotifyReboot()
|
/device/google/contexthub/firmware/inc/ |
D | seos.h | 162 bool osEnqueueEvtOrFree(uint32_t evtType, void *evtData, EventFreeF evtFreeF);
|
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 338 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/ |
D | orientation.c | 309 …osEnqueueEvtOrFree(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/ |
D | bosch_bmp280.c | 186 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 1707 success = osEnqueueEvtOrFree(eventId, sensor->data_evt, dataEvtFree); in flushData() 2268 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()
|