Home
last modified time | relevance | path

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

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