Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dslab.h33 void* slabAllocatorGetNth(struct SlabAllocator *allocator, uint32_t idx); // -> pointer or NULL if …
/device/google/contexthub/firmware/os/core/
Dslab.c80 void* slabAllocatorGetNth(struct SlabAllocator *allocator, uint32_t idx) in slabAllocatorGetNth() function
Dsensors.c80 struct SensorsClientRequest *req = slabAllocatorGetNth(mCliSensMatrix, i); in sensorClientRequestFind()
389 struct SensorsClientRequest *req = slabAllocatorGetNth(mCliSensMatrix, i); in sensorCalcHwLatency()
421 struct SensorsClientRequest *req = slabAllocatorGetNth(mCliSensMatrix, i); in sensorCalcHwRate()