Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueueBase.h230 const Descriptor* getDesc() const { return mDesc.get(); } in getDesc()
443 std::unique_ptr<Descriptor> mDesc; member
578 if ((mDesc == nullptr) || !mDesc->isHandleValid() || in initMemory()
579 (mDesc->countGrantors() < hardware::details::kMinGrantorCount)) { in initMemory()
582 if (mDesc->getQuantum() != sizeof(T)) { in initMemory()
589 const auto& grantors = mDesc->grantors(); in initMemory()
637 if (mDesc->countGrantors() > hardware::details::EVFLAGWORDPOS) { in initMemory()
653 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) Descriptor(Desc)); in MessageQueueBase()
654 if (mDesc == nullptr) { in MessageQueueBase()
762 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) in MessageQueueBase()
[all …]