Home
last modified time | relevance | path

Searched refs:slabAllocatorAlloc (Results 1 – 10 of 10) sorted by relevance

/device/google/contexthub/firmware/inc/
Dslab.h30 void* slabAllocatorAlloc(struct SlabAllocator *allocator);
/device/google/contexthub/firmware/src/
Dsensors.c225 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncPower()
266 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncSetRate()
304 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncCfgData()
325 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncMarshall()
356 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncSendOneDirectEvt()
556 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorSignalInternalEvt()
589 struct SensorsClientRequest *req = slabAllocatorAlloc(mCliSensMatrix); in sensorAddRequestor()
Dslab.c57 void* slabAllocatorAlloc(struct SlabAllocator *allocator) in slabAllocatorAlloc() function
DeventQ.c90 rec = slabAllocatorAlloc(q->evtsSlab); in evtQueueEnqueue()
Dtimer.c81 if ((evt = slabAllocatorAlloc(mInternalEvents)) != 0) { in timCallFunc()
DosApi.c247 *retValP = (uintptr_t)slabAllocatorAlloc(allocator); in osExpApiSlabAlloc()
260 union OsApiSlabItem *thing = slabAllocatorAlloc(mSlabAllocator); in osExpApiI2cCbkInfoAlloc()
Dseos.c1096 union InternalThing *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osEventSubscribeUnsubscribe()
1164 union InternalThing *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osDefer()
1180 union InternalThing *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osEnqueuePrivateEvtEx()
DnanohubCommand.c895 packet = slabAllocatorAlloc(mEventSlab); in writeEvent()
913 packet = slabAllocatorAlloc(mEventSlab); in writeEvent()
/device/google/contexthub/firmware/src/drivers/orientation/
Dorientation.c268 mSensor->ev = slabAllocatorAlloc(mDataSlab); in allocateDataEvt()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c1726 mSensor->data_evt = slabAllocatorAlloc(T(mDataSlab)); in allocateDataEvt()