Home
last modified time | relevance | path

Searched refs:mDataSlab (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c179 static struct SlabAllocator *mDataSlab; variable
183 slabAllocatorFree(mDataSlab, ptr); in dataEvtFree()
283 mSensor->ev = slabAllocatorAlloc(mDataSlab); in allocateDataEvt()
865 mDataSlab = slabAllocatorNew(slabSize, 4, 6 * (NUM_COMMS_EVENTS_IN_FIFO + 1)); in fusionStart()
866 if (!mDataSlab) { in fusionStart()
880 slabAllocatorDestroy(mDataSlab); in fusionEnd()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c668 struct SlabAllocator *mDataSlab; member
823 slabAllocatorFree(T(mDataSlab), ev);
2377 mSensor->data_evt = slabAllocatorAlloc(T(mDataSlab));
3242 T(mDataSlab) = slabAllocatorNew(slabSize, 4, 20);
3243 if (!T(mDataSlab)) {
3264 slabAllocatorDestroy(T(mDataSlab));
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c572 struct SlabAllocator *mDataSlab; member
818 slabAllocatorFree(T(mDataSlab), ev);
1183 mSensor->data_evt = slabAllocatorAlloc(T(mDataSlab));
3947 T(mDataSlab) = slabAllocatorNew(slabSize, 4, 20);
3948 if (!T(mDataSlab)) {
3983 slabAllocatorDestroy(T(mDataSlab));