Searched refs:mapMemory (Results 1 – 8 of 8) sorted by relevance
53 sp<IMemory> mapMemory(const hidl_memory& memory) { in mapMemory() function76 Return<sp<IMemory>> ret = mapper->mapMemory(memory); in mapMemory()
31 sp<android::hidl::memory::V1_0::IMemory> mapMemory(const hidl_memory &memory);
33 Return<sp<IMemory>> AshmemMapper::mapMemory(const hidl_memory& mem) { in mapMemory() function in android::hidl::memory::V1_0::implementation::AshmemMapper
42 Return<sp<IMemory>> mapMemory(const hidl_memory& mem) override;
58 memory = mapMemory(mem); in expectAllocateSuccess()77 memories.push_back(mapMemory(mem)); in expectBatchAllocateSuccess()
28 mapMemory(memory mem) generates (IMemory mappedMemory);
105 sp<IMemory> memory = mapMemory(mMemory); in MemoryInterface()117 sp<IMemory> memory = mapMemory(mem); in bitwiseNot()147 sp<IMemory> memory_in1 = mapMemory(in.mem1); in getSumDiff()157 sp<IMemory> memory_in2 = mapMemory(in.mem2); in getSumDiff()176 sp<IMemory> memory_out1 = mapMemory(out.mem1); in getSumDiff()187 sp<IMemory> memory_out2 = mapMemory(out.mem2); in getSumDiff()
913 sp<IMemory> memory = mapMemory(mem); in TEST_F()937 sp<IMemory> memory = mapMemory(mem_copy); in TEST_F()956 memory = mapMemory(mem_move); in TEST_F()981 sp<IMemory> memory = mapMemory(batch[i]); in TEST_F()1000 sp<IMemory> memory = mapMemory(batchCopy[i]); in TEST_F()1032 sp<IMemory> memory = mapMemory(mem); in TEST_F()1059 sp<IMemory> memory = mapMemory(mem); in TEST_F()