Home
last modified time | relevance | path

Searched refs:discardable (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/core/
DsimpleQ.c26 uint32_t discardable : 1; member
125 if (!cur->discardable) in simpleQueueAllocWithDiscard()
177 e->discardable = possiblyDiscardable ? 1 : 0; in simpleQueueEnqueue()
DhostIntf.c1086 static void hostIntfAddBlock(struct HostIntfDataBuffer *data, bool discardable, bool interrupt) in hostIntfAddBlock() argument
1088 if (!simpleQueueEnqueue(mOutputQ, data, sizeof(uint32_t) + data->length, discardable)) in hostIntfAddBlock()