Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueue.h46 MessageQueue(const Descriptor& Desc, bool resetPointers = true);
424 void initMemory(bool resetPointers);
578 void MessageQueue<T, flavor>::initMemory(bool resetPointers) { in initMemory() argument
606 if (resetPointers) { in initMemory()
624 MessageQueue<T, flavor>::MessageQueue(const Descriptor& Desc, bool resetPointers) { in MessageQueue() argument
630 initMemory(resetPointers); in MessageQueue()