Home
last modified time | relevance | path

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

/system/libhidl/libhidlmemory/
Dmapping.cpp53 sp<IMemory> mapMemory(const hidl_memory& memory) { in mapMemory() function
76 Return<sp<IMemory>> ret = mapper->mapMemory(memory); in mapMemory()
/system/libhidl/libhidlmemory/include/hidlmemory/
Dmapping.h31 sp<android::hidl::memory::V1_0::IMemory> mapMemory(const hidl_memory &memory);
/system/libhidl/transport/memory/1.0/default/
DAshmemMapper.cpp33 Return<sp<IMemory>> AshmemMapper::mapMemory(const hidl_memory& mem) { in mapMemory() function in android::hidl::memory::V1_0::implementation::AshmemMapper
DAshmemMapper.h42 Return<sp<IMemory>> mapMemory(const hidl_memory& mem) override;
/system/libhidl/transport/allocator/1.0/vts/functional/
DVtsHidlAllocatorV1_0TargetTest.cpp58 memory = mapMemory(mem); in expectAllocateSuccess()
77 memories.push_back(mapMemory(mem)); in expectBatchAllocateSuccess()
/system/libhidl/transport/memory/1.0/
DIMapper.hal28 mapMemory(memory mem) generates (IMemory mappedMemory);
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp105 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()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp913 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()