Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp72 device->mapMemory(*stagingBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P()
207 mapResult = device->mapMemory(*readbackBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, in TEST_P()
257 device->mapMemory(*uniformBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P()
271 device->mapMemory(*uniformBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P()
DGfxstreamEnd2EndTestUtils.cpp170 auto mapResult = device->mapMemory(*readbackBufferMemory, 0, VK_WHOLE_SIZE, in readImageData()
DGfxstreamEnd2EndVkTests.cpp416 auto mapResult = device->mapMemory(*memory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P()
921 ASSERT_THAT(device->mapMemory(*buffer3Memory, 0, VK_WHOLE_SIZE, in TEST_P()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp393 device->mapMemory(*stagingBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P()
/hardware/interfaces/tests/memory/1.0/default/
DMemoryTest.cpp44 sp<IMemory> memory = mapMemory(memory_in); in fillMemory()
/hardware/interfaces/audio/effect/all-versions/default/
DAudioBufferManager.cpp71 mHidlMemory = mapMemory(mHidlBuffer.data); in init()
/hardware/interfaces/soundtrigger/2.1/default/
DSoundTriggerHw.cpp49 memory = mapMemory(m); in memoryAsVector()
82 memory = hardware::mapMemory(*mem); in moveVectorToMemory()
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandlerUltrasonics.cpp107 sp<IMemory> pIMemory = mapMemory(dataFrameDesc.waveformsData); in DataFrameValidator()
/hardware/interfaces/cas/1.1/default/
DDescramblerImpl.cpp102 sp<IMemory> srcMem = mapMemory(srcBuffer.heapBase); in descramble()
/hardware/interfaces/cas/1.2/default/
DDescramblerImpl.cpp102 sp<IMemory> srcMem = mapMemory(srcBuffer.heapBase); in descramble()
/hardware/interfaces/cas/1.0/default/
DDescramblerImpl.cpp110 sp<IMemory> srcMem = mapMemory(srcBuffer.heapBase); in descramble()
/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.cpp54 sp<IMemory> hidlMemory = mapMemory(base); in setSharedBufferBase()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DGeneratedTestHarness.cpp100 sp<IMemory> mappedMemory = mapMemory(pools[0]); in createModel()
DUtils.cpp57 mMappedMemory = mapMemory(mHidlMemory); in initialize()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DGeneratedTestHarness.cpp107 sp<IMemory> mappedMemory = mapMemory(pools[0]); in createModel()
/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView3dSession.cpp164 sp<IMemory> pSharedMemory = mapMemory(overlaysData.overlaysMemory); in VerifyOverlayData()
/hardware/interfaces/soundtrigger/2.1/vts/functional/
DVtsHalSoundtriggerV2_1TargetTest.cpp271 sp<IMemory> memory = ::android::hardware::mapMemory(hmemory); in TEST_P()
/hardware/interfaces/soundtrigger/2.3/default/
DSoundTriggerHw.cpp494 memory = mapMemory(config_2_1->data); in convertRecognitionConfigToHalHeader()
608 memory = mapMemory(m); in memoryAsVector()
641 memory = hardware::mapMemory(*mem); in moveVectorToMemory()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp279 void* mapped = VK_EXPECT_RV(mDevice->mapMemory(*mStagingBufferMemory, 0, kStagingBufferSize)); in CreateBufferWithData()
496 VK_EXPECT_RV(mDevice->mapMemory(*mStagingBufferMemory, 0, kStagingBufferSize))); in DownloadImage()
656 …auto* mapped = reinterpret_cast<uint8_t*>(VK_TRY_RV(mDevice->mapMemory(*mStagingBufferMemory, 0, k… in LoadYuvImage()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsUltrasonicsArray.cpp386 sharedMemory.pIMemory = mapMemory(sharedMemory.hidlMemory); in allocateAndMapSharedMemory()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp165 sp<IMemory> inputMemory = mapMemory(tmp); in allocateInternal()
303 sp<IMemory> mappedMemory = mapMemory(pools[0]); in createModel()
505 sp<IMemory> outputMemory = mapMemory(tmp); in getBuffer()
/hardware/interfaces/soundtrigger/2.2/default/
DSoundTriggerHw.cpp552 memory = mapMemory(m); in memoryAsVector()
585 memory = hardware::mapMemory(*mem); in moveVectorToMemory()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DGeneratedTestHarness.cpp140 sp<IMemory> mappedMemory = mapMemory(pools[0]); in createModel()
/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/
DAutomotiveSvV1_0Fuzzer.cpp366 sp<IMemory> pIMemory = mapMemory(hidlMemory); in getMappedSharedMemory()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp377 sp<IMemory> mappedMemory = mapMemory(hidlMemory); in getDecryptMemory()

12