Home
last modified time | relevance | path

Searched refs:getMapper (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/graphics/mapper/2.1/vts/functional/
DVtsHalGraphicsMapperV2_1TargetTest.cpp78 Error ret = mGralloc->getMapper()->validateBufferSize(invalidHandle, mDummyDescriptorInfo, in TEST_P()
84 ret = mGralloc->getMapper()->validateBufferSize(invalidHandle, mDummyDescriptorInfo, in TEST_P()
93 ret = mGralloc->getMapper()->validateBufferSize(rawBufferHandle, mDummyDescriptorInfo, in TEST_P()
117 Error ret = mGralloc->getMapper()->validateBufferSize(bufferHandle, info, stride); in TEST_P()
123 ret = mGralloc->getMapper()->validateBufferSize(bufferHandle, info, stride); in TEST_P()
129 ret = mGralloc->getMapper()->validateBufferSize(bufferHandle, info, stride); in TEST_P()
135 ret = mGralloc->getMapper()->validateBufferSize(bufferHandle, info, stride); in TEST_P()
140 ret = mGralloc->getMapper()->validateBufferSize(bufferHandle, mDummyDescriptorInfo, stride * 2); in TEST_P()
164 mGralloc->getMapper()->getTransportSize( in TEST_P()
171 mGralloc->getMapper()->getTransportSize( in TEST_P()
[all …]
/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp160 mGralloc->getMapper()->createDescriptor(info, [&](const auto& tmpError, const auto&) { in TEST_P()
200 mGralloc->getMapper()->importBuffer(rawHandle, [&](const auto& tmpError, const auto& buffer) { in TEST_P()
209 Error error = mGralloc->getMapper()->freeBuffer(importedHandle); in TEST_P()
234 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
240 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
252 Error error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_P()
256 error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_P()
263 error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_P()
380 mGralloc->getMapper()->unlock(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
386 mGralloc->getMapper()->unlock(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
[all …]
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp161 mGralloc->getMapper()->createDescriptor(info, [&](const auto& tmpError, const auto&) { in TEST_P()
201 mGralloc->getMapper()->importBuffer(rawHandle, [&](const auto& tmpError, const auto& buffer) { in TEST_P()
210 Error error = mGralloc->getMapper()->freeBuffer(importedHandle); in TEST_P()
235 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
241 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
253 Error error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_P()
257 error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_P()
264 error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_P()
435 mGralloc->getMapper()->unlock(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
441 mGralloc->getMapper()->unlock(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
[all …]
/hardware/interfaces/graphics/mapper/2.1/utils/vts/
DMapperVts.cpp61 mMapperV2_1 = IMapper::castFrom(V2_0::vts::Gralloc::getMapper()); in init()
65 sp<IMapper> Gralloc::getMapper() const { in getMapper() function in android::hardware::graphics::mapper::V2_1::vts::Gralloc
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/
DMapperVts.h39 sp<IMapper> getMapper() const;
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
DMapperVts.h61 sp<IMapper> getMapper() const;
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
DMapperVts.h62 sp<IMapper> getMapper() const;
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp82 ASSERT_NE(nullptr, mGralloc->getMapper().get()); in SetUp()
577 mGralloc->getMapper()->createDescriptor(info, [&](const auto& tmpError, const auto&) { in TEST_P()
617 mGralloc->getMapper()->importBuffer(rawHandle, [&](const auto& tmpError, const auto& buffer) { in TEST_P()
626 Error error = mGralloc->getMapper()->freeBuffer(importedHandle); in TEST_P()
651 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
657 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
669 Error error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_P()
673 error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_P()
680 error = mGralloc->getMapper()->freeBuffer(const_cast<native_handle_t*>(clonedBufferHandle)); in TEST_P()
1066 mGralloc->getMapper()->lock(buffer, info.usage, accessRegion, acquireFenceHandle, in TEST_P()
[all …]
/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/
DMapperVts.h118 sp<IMapper> getMapper() const;
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp122 sp<IMapper> Gralloc::getMapper() const { in getMapper() function in android::hardware::graphics::mapper::V2_0::vts::Gralloc
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp143 sp<IMapper> Gralloc::getMapper() const { in getMapper() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc
/hardware/interfaces/graphics/mapper/4.0/utils/vts/
DMapperVts.cpp176 sp<IMapper> Gralloc::getMapper() const { in getMapper() function in android::hardware::graphics::mapper::V4_0::vts::Gralloc