Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DMQDescriptor.h101 enum GrantorType : int { READPTRPOS = 0, WRITEPTRPOS, DATAPTRPOS, EVFLAGWORDPOS }; enumerator
108 static constexpr int32_t kMinGrantorCount = DATAPTRPOS + 1;
251 return mGrantors[DATAPTRPOS].extent; in getSize()
/system/libfmq/include/fmq/
DMessageQueue.h614 mRing = reinterpret_cast<uint8_t*>(mapGrantorDescr(Descriptor::DATAPTRPOS)); in initMemory()
699 unmapGrantorDescr(mRing, Descriptor::DATAPTRPOS); in ~MessageQueue()