/device/google/contexthub/firmware/os/inc/ |
slab.h | 31 void slabAllocatorFree(struct SlabAllocator *allocator, void *ptr);
|
/device/google/contexthub/firmware/os/core/ |
sensors.c | 176 slabAllocatorFree(mInternalEvents, event); 206 slabAllocatorFree(mInternalEvents, evt); 227 slabAllocatorFree(mInternalEvents, event); 247 slabAllocatorFree(mInternalEvents, evt); 292 slabAllocatorFree(mInternalEvents, evt); 315 slabAllocatorFree(mInternalEvents, evt); 344 slabAllocatorFree(mInternalEvents, evt); 465 slabAllocatorFree(mInternalEvents, evtP); 489 slabAllocatorFree(mInternalEvents, evt); 517 slabAllocatorFree(mInternalEvents, evt) [all...] |
eventQ.c | 93 slabAllocatorFree(q->evtsSlab, rec); 171 slabAllocatorFree(q->evtsSlab, rec); 213 slabAllocatorFree(q->evtsSlab, rec);
|
slab.c | 67 void slabAllocatorFree(struct SlabAllocator *allocator, void* ptrP)
|
timer.c | 86 slabAllocatorFree(mInternalEvents, event); 104 slabAllocatorFree(mInternalEvents, evt);
|
osApi.c | 271 slabAllocatorFree(allocator, mem); 300 slabAllocatorFree(mSlabAllocator, evt); 417 slabAllocatorFree(mSlabAllocator, cbkInfo); 450 slabAllocatorFree(mSlabAllocator, cbkInfo); 467 slabAllocatorFree(mSlabAllocator, cbkInfo); 485 slabAllocatorFree(mSlabAllocator, cbkInfo);
|
seos.c | 372 slabAllocatorFree(mMiscInternalThingsSlab, event); [all...] |
nanohubCommand.c | 115 slabAllocatorFree(mEventSlab, ptr); [all...] |
/device/google/contexthub/firmware/os/drivers/vsync/ |
vsync.c | 105 slabAllocatorFree(mTask.evtSlab, ptr);
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
bosch_bmp280.c | 248 slabAllocatorFree(mTask.evtSlab, ptr);
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
st_acc44.c | 550 slabAllocatorFree(mTask.accDataSlab, ptr);
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
lps22hb.c | 209 slabAllocatorFree(mTask.baroSlab, ptr);
|
/device/google/contexthub/firmware/os/drivers/orientation/ |
orientation.c | 183 slabAllocatorFree(mDataSlab, ptr);
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
st_mag40.c | 301 slabAllocatorFree(mTask.magDataSlab, ptr);
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
st_lsm6dsm.c | [all...] |
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
bosch_bmi160.c | 818 slabAllocatorFree(T(mDataSlab), ev); [all...] |
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
invensense_icm40600.c | 823 slabAllocatorFree(T(mDataSlab), ev); [all...] |