Home
last modified time | relevance | path

Searched refs:heapFree (Results 1 – 21 of 21) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dheap.h29 void heapFree(void* ptr);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c269 heapFree(mDownloadState); in freeDownloadState()
534 heapFree(buf); in writeCookieFree()
944 free = heapFree; in forwardPacket()
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()
1290 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halLegacyFinishUpload()
1352 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in halSendAppMgmtResponse()
[all …]
Dspi.c270 heapFree(state); in spiSlaveDone()
312 heapFree(state); in spiMasterRequest()
346 heapFree(state); in spiMasterRelease()
383 heapFree(state); in spiSlaveRequest()
DeventQ.c78 heapFree(q); in evtQueueAlloc()
97 heapFree(q); in evtQueueFree()
Dslab.c54 heapFree(allocator); in slabAllocatorDestroy()
DsimpleQ.c90 heapFree(sq); in simpleQueueDestroy()
Dheap.c168 void heapFree(void* ptr) in heapFree() function
Dnanohub_chre.c173 heapFree(ptr); in osChreApiHeapFree()
226 result = osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, hostMsg, heapFree); in osChreSendMessageToHost()
DappSec.c162 heapFree(state); in appSecDeinit()
DosApi.c240 heapFree(mem); in osExpApiHeapFree()
DhostIntf.c1126 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in hostIntfNotifyReboot()
1139 osEnqueueEvtOrFree(EVT_APP_TO_HOST, respLegacy, heapFree); in hostIntfNotifyReboot()
Dseos.c1073 heapFree(task->subbedEvents); in osInternalEvtHandle()
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c163 heapFree(mem); in cpuAppLoad()
173 heapFree((uint8_t*)platInfo->data - app->sect.data_start); in cpuAppUnload()
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c164 heapFree(mEarlyLogBuffer); in platEarlyLogFree()
192 osEnqueueEvtOrFree(EVENT_TYPE_BIT_DISCARDABLE | EVT_DEBUG_LOG, userData, heapFree); in platLogFlush()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c441 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/
Dlps22hb.c299 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c306 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c556 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendTestResult()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c1197 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/
Dbosch_bmi160.c2731 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
2885 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c1533 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) { in lsm6dsm_sendSelfTestResult()
1567 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) { in lsm6dsm_sendCalibrationResult()