/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 72 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()
|
D | GfxstreamEnd2EndTestUtils.cpp | 170 auto mapResult = device->mapMemory(*readbackBufferMemory, 0, VK_WHOLE_SIZE, in readImageData()
|
D | GfxstreamEnd2EndVkTests.cpp | 416 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()
|
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 393 device->mapMemory(*stagingBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P()
|
/hardware/interfaces/tests/memory/1.0/default/ |
D | MemoryTest.cpp | 44 sp<IMemory> memory = mapMemory(memory_in); in fillMemory()
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | AudioBufferManager.cpp | 71 mHidlMemory = mapMemory(mHidlBuffer.data); in init()
|
/hardware/interfaces/soundtrigger/2.1/default/ |
D | SoundTriggerHw.cpp | 49 memory = mapMemory(m); in memoryAsVector() 82 memory = hardware::mapMemory(*mem); in moveVectorToMemory()
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | FrameHandlerUltrasonics.cpp | 107 sp<IMemory> pIMemory = mapMemory(dataFrameDesc.waveformsData); in DataFrameValidator()
|
/hardware/interfaces/cas/1.1/default/ |
D | DescramblerImpl.cpp | 102 sp<IMemory> srcMem = mapMemory(srcBuffer.heapBase); in descramble()
|
/hardware/interfaces/cas/1.2/default/ |
D | DescramblerImpl.cpp | 102 sp<IMemory> srcMem = mapMemory(srcBuffer.heapBase); in descramble()
|
/hardware/interfaces/cas/1.0/default/ |
D | DescramblerImpl.cpp | 110 sp<IMemory> srcMem = mapMemory(srcBuffer.heapBase); in descramble()
|
/hardware/interfaces/drm/1.0/default/ |
D | CryptoPlugin.cpp | 54 sp<IMemory> hidlMemory = mapMemory(base); in setSharedBufferBase()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | GeneratedTestHarness.cpp | 100 sp<IMemory> mappedMemory = mapMemory(pools[0]); in createModel()
|
D | Utils.cpp | 57 mMappedMemory = mapMemory(mHidlMemory); in initialize()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | GeneratedTestHarness.cpp | 107 sp<IMemory> mappedMemory = mapMemory(pools[0]); in createModel()
|
/hardware/interfaces/automotive/sv/1.0/default/ |
D | SurroundView3dSession.cpp | 164 sp<IMemory> pSharedMemory = mapMemory(overlaysData.overlaysMemory); in VerifyOverlayData()
|
/hardware/interfaces/soundtrigger/2.1/vts/functional/ |
D | VtsHalSoundtriggerV2_1TargetTest.cpp | 271 sp<IMemory> memory = ::android::hardware::mapMemory(hmemory); in TEST_P()
|
/hardware/interfaces/soundtrigger/2.3/default/ |
D | SoundTriggerHw.cpp | 494 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/ |
D | Vulkan.cpp | 279 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/ |
D | EvsUltrasonicsArray.cpp | 386 sharedMemory.pIMemory = mapMemory(sharedMemory.hidlMemory); in allocateAndMapSharedMemory()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.cpp | 165 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/ |
D | SoundTriggerHw.cpp | 552 memory = mapMemory(m); in memoryAsVector() 585 memory = hardware::mapMemory(*mem); in moveVectorToMemory()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | GeneratedTestHarness.cpp | 140 sp<IMemory> mappedMemory = mapMemory(pools[0]); in createModel()
|
/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/ |
D | AutomotiveSvV1_0Fuzzer.cpp | 366 sp<IMemory> pIMemory = mapMemory(hidlMemory); in getMappedSharedMemory()
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 377 sp<IMemory> mappedMemory = mapMemory(hidlMemory); in getDecryptMemory()
|