HomeSort by relevance Sort by last modified time
    Searched refs:simpleQueueAlloc (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
simpleQ.h 31 struct SimpleQueue* simpleQueueAlloc(uint32_t numEntries, uint32_t entrySz, SimpleQueueForciblyDiscardCbkF forceDiscardCbk);
  /device/google/contexthub/firmware/os/core/
simpleQ.c 49 struct SimpleQueue* simpleQueueAlloc(uint32_t numEntries, uint32_t entrySz, SimpleQueueForciblyDiscardCbkF forceDiscardCbk)
hostIntf.c 741 mOutputQ = simpleQueueAlloc(totalBlocks, sizeof(struct HostIntfDataBuffer), queueDiscard);
    [all...]

Completed in 88 milliseconds