Searched refs:slabAllocatorFree (Results 1 – 12 of 12) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | sensors.c | 176 slabAllocatorFree(mInternalEvents, event); in sensorCallFuncPowerEvtFreeF() 206 slabAllocatorFree(mInternalEvents, evt); in sensorCallFuncPower() 227 slabAllocatorFree(mInternalEvents, event); in sensorCallFuncExternalEvtFreeF() 247 slabAllocatorFree(mInternalEvents, evt); in sensorCallFuncSetRate() 292 slabAllocatorFree(mInternalEvents, evt); in sensorCallFuncCfgData() 315 slabAllocatorFree(mInternalEvents, evt); in sensorCallFuncMarshall() 344 slabAllocatorFree(mInternalEvents, evt); in sensorCallFuncSendOneDirectEvt() 465 slabAllocatorFree(mInternalEvents, evtP); in sensorInternalEvtFreeF() 489 slabAllocatorFree(mInternalEvents, evt); in sensorInternalFwStateChanged() 517 slabAllocatorFree(mInternalEvents, evt); in sensorInternalPowerStateChanged() [all …]
|
D | eventQ.c | 93 slabAllocatorFree(q->evtsSlab, rec); in evtQueueFree() 171 slabAllocatorFree(q->evtsSlab, rec); in evtQueueRemoveAllMatching() 213 slabAllocatorFree(q->evtsSlab, rec); in evtQueueDequeue()
|
D | osApi.c | 263 slabAllocatorFree(allocator, mem); in osExpApiSlabFree() 292 slabAllocatorFree(mSlabAllocator, evt); in osExpApiI2cInternalEvtFreeF() 409 slabAllocatorFree(mSlabAllocator, cbkInfo); in osExpApiI2cMstTxRx() 442 slabAllocatorFree(mSlabAllocator, cbkInfo); in osExpApiI2cSlvRxEn() 459 slabAllocatorFree(mSlabAllocator, cbkInfo); in osExpApiI2cSlvTxPre() 477 slabAllocatorFree(mSlabAllocator, cbkInfo); in osExpApiI2cSlvTxPkt()
|
D | timer.c | 75 slabAllocatorFree(mInternalEvents, event); in timerCallFuncFreeF() 93 slabAllocatorFree(mInternalEvents, evt); in timCallFunc()
|
D | slab.c | 67 void slabAllocatorFree(struct SlabAllocator *allocator, void* ptrP) in slabAllocatorFree() function
|
D | seos.c | 350 slabAllocatorFree(mMiscInternalThingsSlab, event); in osPrivateEvtFreeF() 1131 slabAllocatorFree(mMiscInternalThingsSlab, event); in osDeferredActionFreeF() 1259 slabAllocatorFree(mMiscInternalThingsSlab, act); in osDefer()
|
D | nanohubCommand.c | 106 slabAllocatorFree(mEventSlab, ptr); in slabFree()
|
/device/google/contexthub/firmware/os/inc/ |
D | slab.h | 31 void slabAllocatorFree(struct SlabAllocator *allocator, void *ptr);
|
/device/google/contexthub/firmware/os/drivers/vsync/ |
D | vsync.c | 101 slabAllocatorFree(mTask.evtSlab, ptr); in vsyncFreeEvt()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 229 slabAllocatorFree(mTask.evtSlab, ptr); in baroFreeEvt()
|
/device/google/contexthub/firmware/os/drivers/orientation/ |
D | orientation.c | 183 slabAllocatorFree(mDataSlab, ptr); in dataEvtFree()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 761 slabAllocatorFree(T(mDataSlab), ev);
|