Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dslab.h30 void* slabAllocatorAlloc(struct SlabAllocator *allocator);
/device/google/contexthub/firmware/os/core/
Dsensors.c194 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncPower()
235 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncSetRate()
281 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncCfgData()
302 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncMarshall()
333 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncSendOneDirectEvt()
543 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorSignalInternalEvt()
576 struct SensorsClientRequest *req = slabAllocatorAlloc(mCliSensMatrix); in sensorAddRequestor()
Dslab.c57 void* slabAllocatorAlloc(struct SlabAllocator *allocator) in slabAllocatorAlloc() function
DeventQ.c110 rec = slabAllocatorAlloc(q->evtsSlab); in evtQueueEnqueue()
Dtimer.c99 if ((evt = slabAllocatorAlloc(mInternalEvents)) != 0) { in timCallFunc()
DosApi.c263 *retValP = (uintptr_t)slabAllocatorAlloc(allocator); in osExpApiSlabAlloc()
288 union OsApiSlabItem *thing = slabAllocatorAlloc(mSlabAllocator); in osExpApiI2cCbkInfoAlloc()
Dseos.c1242 act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osEventsSubscribeUnsubscribeV()
1350 union SeosInternalSlabData *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osDefer()
1366 union SeosInternalSlabData *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osEnqueuePrivateEvtEx()
DnanohubCommand.c939 uint8_t *packet = slabAllocatorAlloc(mEventSlab); in forwardPacket()
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c87 *evPtr = slabAllocatorAlloc(mTask.evtSlab); in vsyncAllocateEvt()
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c538 ev = *evPtr = slabAllocatorAlloc(mTask.accDataSlab); in accAllocateEvt()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c193 ev = *evPtr = slabAllocatorAlloc(mTask.baroSlab); in baroAllocateEvt()
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c230 *evPtr = slabAllocatorAlloc(mTask.evtSlab); in baroAllocateEvt()
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c289 ev = *evPtr = slabAllocatorAlloc(mTask.magDataSlab); in magAllocateEvt()
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c283 mSensor->ev = slabAllocatorAlloc(mDataSlab); in allocateDataEvt()
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c4129 mSensor->tADataEvt = slabAllocatorAlloc(T(mDataSlabThreeAxis)); in lsm6dsm_allocateThreeAxisDataEvt()
4163 mSensor->sADataEvt = slabAllocatorAlloc(T(mDataSlabOneAxis)); in lsm6dsm_allocateOneAxisDataEvt()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c2377 mSensor->data_evt = slabAllocatorAlloc(T(mDataSlab));
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c1183 mSensor->data_evt = slabAllocatorAlloc(T(mDataSlab));