Searched refs:RunTimePoolInfoImpl (Results 1 – 2 of 2) sorted by relevance
117 class RunTimePoolInfoImpl;118 RunTimePoolInfo(const std::shared_ptr<const RunTimePoolInfoImpl>& impl);120 std::shared_ptr<const RunTimePoolInfoImpl> mImpl;
287 class RunTimePoolInfo::RunTimePoolInfoImpl { class in android::nn::RunTimePoolInfo289 RunTimePoolInfoImpl(SharedMemory memory, Mapping mapping);303 RunTimePoolInfo::RunTimePoolInfoImpl::RunTimePoolInfoImpl(SharedMemory memory, Mapping mapping) in RunTimePoolInfoImpl() function in android::nn::RunTimePoolInfo::RunTimePoolInfoImpl306 uint8_t* RunTimePoolInfo::RunTimePoolInfoImpl::getBuffer() const { in getBuffer()316 uint32_t RunTimePoolInfo::RunTimePoolInfoImpl::getSize() const { in getSize()322 bool RunTimePoolInfo::RunTimePoolInfoImpl::flush() const { in flush()335 std::make_shared<const RunTimePoolInfoImpl>(memory, std::move(mapping).value()); in createFromMemory()341 const auto impl = std::make_shared<const RunTimePoolInfoImpl>(std::make_shared<const Memory>(), in createFromExistingBuffer()346 RunTimePoolInfo::RunTimePoolInfo(const std::shared_ptr<const RunTimePoolInfoImpl>& impl) in RunTimePoolInfo()