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;
256 return static_cast<size_t>(mGrantors[DATAPTRPOS].extent); in getSize()
/system/libfmq/include/fmq/
DMessageQueueBase.h604 mRing = reinterpret_cast<uint8_t*>(mapGrantorDescr(Descriptor::DATAPTRPOS)); in initMemory()
690 unmapGrantorDescr(mRing, Descriptor::DATAPTRPOS); in ~MessageQueueBase()