OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slabAllocatorAlloc
(Results
1 - 17
of
17
) sorted by null
/device/google/contexthub/firmware/os/inc/
slab.h
30
void*
slabAllocatorAlloc
(struct SlabAllocator *allocator);
/device/google/contexthub/firmware/os/core/
slab.c
57
void*
slabAllocatorAlloc
(struct SlabAllocator *allocator)
sensors.c
194
struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)
slabAllocatorAlloc
(mInternalEvents);
235
struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)
slabAllocatorAlloc
(mInternalEvents);
281
struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)
slabAllocatorAlloc
(mInternalEvents);
302
struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)
slabAllocatorAlloc
(mInternalEvents);
333
struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)
slabAllocatorAlloc
(mInternalEvents);
543
struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)
slabAllocatorAlloc
(mInternalEvents);
576
struct SensorsClientRequest *req =
slabAllocatorAlloc
(mCliSensMatrix);
eventQ.c
110
rec =
slabAllocatorAlloc
(q->evtsSlab);
timer.c
99
if ((evt =
slabAllocatorAlloc
(mInternalEvents)) != 0) {
osApi.c
263
*retValP = (uintptr_t)
slabAllocatorAlloc
(allocator);
288
union OsApiSlabItem *thing =
slabAllocatorAlloc
(mSlabAllocator);
seos.c
[
all
...]
nanohubCommand.c
939
uint8_t *packet =
slabAllocatorAlloc
(mEventSlab);
[
all
...]
/device/google/contexthub/firmware/os/drivers/vsync/
vsync.c
87
*evPtr =
slabAllocatorAlloc
(mTask.evtSlab);
91
ERROR_PRINT("
slabAllocatorAlloc
() failed\n");
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c
230
*evPtr =
slabAllocatorAlloc
(mTask.evtSlab);
234
osLog(LOG_ERROR, "[BMP280]
slabAllocatorAlloc
() failed\n");
/device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c
538
ev = *evPtr =
slabAllocatorAlloc
(mTask.accDataSlab);
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c
193
ev = *evPtr =
slabAllocatorAlloc
(mTask.baroSlab);
/device/google/contexthub/firmware/os/drivers/orientation/
orientation.c
283
mSensor->ev =
slabAllocatorAlloc
(mDataSlab);
286
osLog(LOG_INFO, "ORIENTATION:
slabAllocatorAlloc
() Failed\n");
/device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c
289
ev = *evPtr =
slabAllocatorAlloc
(mTask.magDataSlab);
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c
[
all
...]
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c
[
all
...]
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
invensense_icm40600.c
[
all
...]
Completed in 898 milliseconds