OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 76 milliseconds