Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DMQDescriptor.h101 enum GrantorType : int { READPTRPOS = 0, WRITEPTRPOS, DATAPTRPOS, EVFLAGWORDPOS }; enumerator
114 static constexpr int32_t kMinGrantorCountForEvFlagSupport = EVFLAGWORDPOS + 1;
/system/libfmq/include/fmq/
DMessageQueue.h617 mEvFlagWord = static_cast<std::atomic<uint32_t>*>(mapGrantorDescr(Descriptor::EVFLAGWORDPOS)); in initMemory()
702 unmapGrantorDescr(mEvFlagWord, Descriptor::EVFLAGWORDPOS); in ~MessageQueue()