Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueue.h427 void* mapGrantorDescr(uint32_t grantorIdx);
596 mapGrantorDescr(Descriptor::READPTRPOS)); in initMemory()
608 reinterpret_cast<std::atomic<uint64_t>*>(mapGrantorDescr(Descriptor::WRITEPTRPOS)); in initMemory()
619 mRing = reinterpret_cast<uint8_t*>(mapGrantorDescr(Descriptor::DATAPTRPOS)); in initMemory()
622 mEvFlagWord = static_cast<std::atomic<uint32_t>*>(mapGrantorDescr(Descriptor::EVFLAGWORDPOS)); in initMemory()
1169 void* MessageQueue<T, flavor>::mapGrantorDescr(uint32_t grantorIdx) { in mapGrantorDescr() function