Searched refs:resetPointers (Results 1 – 3 of 3) sorted by relevance
/system/libfmq/include/fmq/ |
D | MessageQueue.h | 28 MessageQueue(const Descriptor& Desc, bool resetPointers = true) 29 : MessageQueueBase<MQDescriptor, T, flavor>(Desc, resetPointers) {}
|
D | AidlMessageQueue.h | 83 AidlMessageQueue(const MQDescriptor<T, U>& desc, bool resetPointers = true); 116 AidlMessageQueue<T, U>::AidlMessageQueue(const MQDescriptor<T, U>& desc, bool resetPointers) 118 resetPointers) {}
|
D | MessageQueueBase.h | 44 MessageQueueBase(const Descriptor& Desc, bool resetPointers = true); 438 void initMemory(bool resetPointers); 578 void MessageQueueBase<MQDescriptorType, T, flavor>::initMemory(bool resetPointers) { in initMemory() argument 610 if (resetPointers) { in initMemory() 649 bool resetPointers) { in MessageQueueBase() argument 656 initMemory(resetPointers); in MessageQueueBase()
|