/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/memory_manager/ |
H A D | memory_manager_test.cpp | 51 void* result = memoryManager->MapMemory(fd, length); 65 void* result = memoryManager->MapMemory(fd, length); 79 void* result = memoryManager->MapMemory(fd, length); 103 char* result = static_cast<char*>(memoryManager->MapMemory(fd, length)); 159 void* buffer = memoryManager->MapMemory(fd, length); 214 void* buffer = memoryManager->MapMemory(fd, length);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_buffer_vk.cpp | 266 data = gpuMemAllocator->MapMemory(mem_.allocation); in Map() 272 void* GpuBufferVk::MapMemory() in MapMemory() function in GpuBufferVk 290 data = gpuMemAllocator->MapMemory(mem_.allocation); in MapMemory()
|
H A D | gpu_buffer_vk.h | 52 void* MapMemory() override;
|
H A D | gpu_memory_allocator_vk.h | 81 void* MapMemory(VmaAllocation allocation); in RENDER_BEGIN_NAMESPACE()
|
H A D | gpu_resource_util_vk.cpp | 38 if (const void* resData = vkBuffer.MapMemory(); resData) { in CopyGpuBufferVk()
|
H A D | gpu_memory_allocator_vk.cpp | 387 void* PlatformGpuMemoryAllocator::MapMemory(VmaAllocation allocation) in MapMemory() function in PlatformGpuMemoryAllocator
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_connector.cpp | 136 if (!MapMemory(featureSet)) { in OpenDriver() 146 bool BinderConnector::MapMemory(uint64_t featureSet) in MapMemory() function in OHOS::BinderConnector
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_buffer.h | 41 virtual void* MapMemory() = 0;
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | memory_manager.h | 38 void* MapMemory(int fd, size_t length);
|
H A D | memory_manager.cpp | 27 void* MemoryManager::MapMemory(int fd, size_t length) in MapMemory() function in OHOS::NeuralNetworkRuntime::MemoryManager
|
H A D | hdi_prepared_model_v1_0.cpp | 196 auto addr = memManager->MapMemory(iBuffers[i].fd, iBuffers[i].bufferSize); in ExportModelCache()
|
H A D | hdi_prepared_model_v2_0.cpp | 196 auto addr = memManager->MapMemory(iBuffers[i].fd, iBuffers[i].bufferSize); in ExportModelCache()
|
H A D | hdi_prepared_model_v2_1.cpp | 196 auto addr = memManager->MapMemory(iBuffers[i].fd, iBuffers[i].bufferSize); in ExportModelCache()
|
H A D | hdi_device_v1_0.cpp | 353 auto addr = memManager->MapMemory(buffer.fd, length); in AllocateBuffer()
|
H A D | hdi_device_v2_0.cpp | 393 auto addr = memManager->MapMemory(buffer.fd, length); in AllocateBuffer()
|
H A D | hdi_device_v2_1.cpp | 388 auto addr = memManager->MapMemory(buffer.fd, length); in AllocateBuffer()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_buffer_gles.h | 49 void* MapMemory() override;
|
H A D | gpu_resource_util_gles.cpp | 37 if (const void* resData = glesBuffer.MapMemory(); resData) { in CopyGpuBufferGLES()
|
H A D | gpu_buffer_gles.cpp | 228 void* GpuBufferGLES::MapMemory() in MapMemory() function in GpuBufferGLES
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | binder_connector.h | 57 bool MapMemory(uint64_t featureSet);
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/ |
H A D | avsharedmemorybase.cpp | 111 int32_t ret = MapMemory(isRemote); in Init() 120 int32_t AVSharedMemoryBase::MapMemory(bool isRemote) in MapMemory() function in OHOS::Media::AVSharedMemoryBase
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/buffer/ |
H A D | avsharedmemorybase.h | 122 int32_t MapMemory(bool isRemote);
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_connector_unittest.cpp | 125 bool res = binderConnector->MapMemory(0);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 74 buffer = memoryManager->MapMemory(fd, length); in GetBuffer()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 74 buffer = memoryManager->MapMemory(fd, length); in GetBuffer()
|