/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 269 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 …]
|
D | spi.c | 270 heapFree(state); in spiSlaveDone() 312 heapFree(state); in spiMasterRequest() 346 heapFree(state); in spiMasterRelease() 383 heapFree(state); in spiSlaveRequest()
|
D | eventQ.c | 78 heapFree(q); in evtQueueAlloc() 97 heapFree(q); in evtQueueFree()
|
D | slab.c | 54 heapFree(allocator); in slabAllocatorDestroy()
|
D | simpleQ.c | 90 heapFree(sq); in simpleQueueDestroy()
|
D | heap.c | 168 void heapFree(void* ptr) in heapFree() function
|
D | nanohub_chre.c | 173 heapFree(ptr); in osChreApiHeapFree() 226 result = osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, hostMsg, heapFree); in osChreSendMessageToHost()
|
D | appSec.c | 162 heapFree(state); in appSecDeinit()
|
D | osApi.c | 240 heapFree(mem); in osExpApiHeapFree()
|
D | hostIntf.c | 1126 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in hostIntfNotifyReboot() 1139 osEnqueueEvtOrFree(EVT_APP_TO_HOST, respLegacy, heapFree); in hostIntfNotifyReboot()
|
D | seos.c | 1073 heapFree(task->subbedEvents); in osInternalEvtHandle()
|
/device/google/contexthub/firmware/os/inc/ |
D | heap.h | 29 void heapFree(void* ptr);
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | appSupport.c | 163 heapFree(mem); in cpuAppLoad() 173 heapFree((uint8_t*)platInfo->data - app->sect.data_start); in cpuAppUnload()
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | platform.c | 164 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/ |
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()
|