Home
last modified time | relevance | path

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

/system/libfmq/base/fmq/
DMQDescriptorBase.h61 enum GrantorType : int { READPTRPOS = 0, WRITEPTRPOS, DATAPTRPOS, EVFLAGWORDPOS }; enumerator
73 static constexpr int32_t kMinGrantorCountForEvFlagSupport = EVFLAGWORDPOS + 1;
/system/libfmq/include/fmq/
DMessageQueueBase.h704 if (mDesc->countGrantors() > hardware::details::EVFLAGWORDPOS) { in initMemory()
706 mapGrantorDescr(hardware::details::EVFLAGWORDPOS)); in initMemory()
725 unmapGrantorDescr(mRing, hardware::details::EVFLAGWORDPOS); in initMemory()
875 unmapGrantorDescr(mEvFlagWord, hardware::details::EVFLAGWORDPOS); in ~MessageQueueBase()
1440 case hardware::details::EVFLAGWORDPOS: in mapGrantorDescr()