Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DsimpleQ.h31 struct SimpleQueue* simpleQueueAlloc(uint32_t numEntries, uint32_t entrySz, SimpleQueueForciblyDisc…
/device/google/contexthub/firmware/os/core/
DsimpleQ.c49 struct SimpleQueue* simpleQueueAlloc(uint32_t numEntries, uint32_t entrySz, SimpleQueueForciblyDisc… in simpleQueueAlloc() function
DhostIntf.c740 mOutputQ = simpleQueueAlloc(totalBlocks, sizeof(struct HostIntfDataBuffer), queueDiscard); in initSensors()