Lines Matching refs:RunTimePoolInfoImpl
274 class RunTimePoolInfo::RunTimePoolInfoImpl { class in android::nn::RunTimePoolInfo
276 RunTimePoolInfoImpl(const hidl_memory& hidlMemory, uint8_t* buffer, const sp<IMemory>& memory,
280 ~RunTimePoolInfoImpl();
281 RunTimePoolInfoImpl(const RunTimePoolInfoImpl&) = delete;
282 RunTimePoolInfoImpl(RunTimePoolInfoImpl&&) noexcept = delete;
283 RunTimePoolInfoImpl& operator=(const RunTimePoolInfoImpl&) = delete;
284 RunTimePoolInfoImpl& operator=(RunTimePoolInfoImpl&&) noexcept = delete;
302 RunTimePoolInfo::RunTimePoolInfoImpl::RunTimePoolInfoImpl(const hidl_memory& hidlMemory, in RunTimePoolInfoImpl() function in android::nn::RunTimePoolInfo::RunTimePoolInfoImpl
313 RunTimePoolInfo::RunTimePoolInfoImpl::~RunTimePoolInfoImpl() { in ~RunTimePoolInfoImpl()
340 bool RunTimePoolInfo::RunTimePoolInfoImpl::flush() const { in flush()
419 const auto impl = std::make_shared<const RunTimePoolInfoImpl>( in createFromHidlMemory()
425 const auto impl = std::make_shared<const RunTimePoolInfoImpl>(hidl_memory{}, buffer, nullptr, in createFromExistingBuffer()
430 RunTimePoolInfo::RunTimePoolInfo(const std::shared_ptr<const RunTimePoolInfoImpl>& impl) in RunTimePoolInfo()