Home
last modified time | relevance | path

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

/system/libfmq/base/fmq/
DMQDescriptorBase.h60 enum GrantorType : int { READPTRPOS = 0, WRITEPTRPOS, DATAPTRPOS, EVFLAGWORDPOS }; enumerator
72 static constexpr int32_t kMinGrantorCountForEvFlagSupport = EVFLAGWORDPOS + 1;
/system/libfmq/include/fmq/
DMessageQueueBase.h637 if (mDesc->countGrantors() > hardware::details::EVFLAGWORDPOS) { in initMemory()
639 mapGrantorDescr(hardware::details::EVFLAGWORDPOS)); in initMemory()
790 unmapGrantorDescr(mEvFlagWord, hardware::details::EVFLAGWORDPOS); in ~MessageQueueBase()