Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueueBase.h427 uint8_t* getRingBufferPtr() const { return mRing; } in getRingBufferPtr()
449 uint8_t* mRing = nullptr; member
618 mRing = reinterpret_cast<uint8_t*>(mapGrantorDescr(hardware::details::DATAPTRPOS)); in initMemory()
619 if (mRing == nullptr) goto error; in initMemory()
641 if (mRing) { in initMemory()
642 unmapGrantorDescr(mRing, hardware::details::EVFLAGWORDPOS); in initMemory()
643 mRing = nullptr; in initMemory()
788 if (mRing != nullptr) { in ~MessageQueueBase()
789 unmapGrantorDescr(mRing, hardware::details::DATAPTRPOS); in ~MessageQueueBase()
1097 MemRegion(reinterpret_cast<T*>(mRing + writeOffset), contiguousMessages), in beginWrite()
[all …]