Home
last modified time | relevance | path

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

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