Searched refs:DATAPTRPOS (Results 1 – 4 of 4) sorted by relevance
60 enum GrantorType : int { READPTRPOS = 0, WRITEPTRPOS, DATAPTRPOS, EVFLAGWORDPOS }; enumerator66 static constexpr int32_t kMinGrantorCount = DATAPTRPOS + 1;
184 return static_cast<size_t>(mGrantors[details::DATAPTRPOS].extent); in getSize()
630 mRing = reinterpret_cast<uint8_t*>(mapGrantorDescr(hardware::details::DATAPTRPOS)); in initMemory()748 if (grantorPos == hardware::details::DATAPTRPOS) { in MessageQueueBase()787 unmapGrantorDescr(mRing, hardware::details::DATAPTRPOS); in ~MessageQueueBase()
233 return mGrantors[hardware::details::DATAPTRPOS].extent; in getSize()