Home
last modified time | relevance | path

Searched refs:getMapper (Results 1 – 11 of 11) 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.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()
394 mGralloc->getMapper()->unlock(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_P()
400 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/composer/2.2/utils/vts/
DComposerVts.cpp188 if (mGralloc3->getMapper() == nullptr || mGralloc3->getAllocator() == nullptr) { in Gralloc()
192 if (!mGralloc2_1->getMapper()) { in Gralloc()
/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.cpp137 sp<IMapper> Gralloc::getMapper() const { in getMapper() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp322 if (mGralloc3->getAllocator() == nullptr || mGralloc3->getMapper() == nullptr) { in Gralloc()