Searched refs:inputMemory (Results 1 – 3 of 3) sorted by relevance
222 auto inputMemory = nn::allocateSharedMemory(inputSize); in createRequest() local223 CHECK(inputMemory.valid()); in createRequest()228 pools[kInputPoolIndex].hidlMemory(inputMemory); in createRequest()232 const auto mappedInput = mapMemory(inputMemory); in createRequest()
188 auto inputMemory = inputBuilder.finish().value(); in createRequest() local190 std::vector<Request::MemoryPool> pools = {std::move(inputMemory), std::move(outputMemory)}; in createRequest()
165 sp<IMemory> inputMemory = mapMemory(tmp); in allocateInternal() local166 ASSERT_NE(inputMemory.get(), nullptr); in allocateInternal()168 static_cast<uint8_t*>(static_cast<void*>(inputMemory->getPointer())); in allocateInternal()