Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueueBase.h260 const Descriptor* getDesc() const { return mDesc.get(); } in getDesc()
503 std::unique_ptr<Descriptor> mDesc; member
666 if ((mDesc == nullptr) || !mDesc->isHandleValid() || in initMemory()
667 (mDesc->countGrantors() < hardware::details::kMinGrantorCount)) { in initMemory()
670 if (mDesc->getQuantum() != quantum()) { in initMemory()
704 if (mDesc->countGrantors() > hardware::details::EVFLAGWORDPOS) { in initMemory()
733 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) Descriptor(Desc)); in MessageQueueBase()
734 if (mDesc == nullptr || mDesc->getSize() == 0) { in MessageQueueBase()
847 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) in MessageQueueBase()
850 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) Descriptor( in MessageQueueBase()
[all …]