Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.1/vts/functional/
DVtsHalGraphicsMapperV2_1TargetTest.cpp92 Error ret = mGralloc->getMapper()->validateBufferSize(invalidHandle, mDummyDescriptorInfo, in TEST_F()
98 ret = mGralloc->getMapper()->validateBufferSize(invalidHandle, mDummyDescriptorInfo, in TEST_F()
107 ret = mGralloc->getMapper()->validateBufferSize(rawBufferHandle, mDummyDescriptorInfo, in TEST_F()
131 Error ret = mGralloc->getMapper()->validateBufferSize(bufferHandle, info, stride); in TEST_F()
137 ret = mGralloc->getMapper()->validateBufferSize(bufferHandle, info, stride); in TEST_F()
143 ret = mGralloc->getMapper()->validateBufferSize(bufferHandle, info, stride); in TEST_F()
149 ret = mGralloc->getMapper()->validateBufferSize(bufferHandle, info, stride); in TEST_F()
154 ret = mGralloc->getMapper()->validateBufferSize(bufferHandle, mDummyDescriptorInfo, stride * 2); in TEST_F()
178 mGralloc->getMapper()->getTransportSize( in TEST_F()
185 mGralloc->getMapper()->getTransportSize( in TEST_F()
[all …]
/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp174 mGralloc->getMapper()->createDescriptor(info, [&](const auto& tmpError, const auto&) { in TEST_F()
214 mGralloc->getMapper()->importBuffer(rawHandle, [&](const auto& tmpError, const auto& buffer) { in TEST_F()
225 Error error = mGralloc->getMapper()->freeBuffer(importedHandle); in TEST_F()
250 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_F()
256 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_F()
268 Error error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_F()
272 error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_F()
279 error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_F()
396 mGralloc->getMapper()->unlock(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_F()
402 mGralloc->getMapper()->unlock(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_F()
[all …]
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp174 mGralloc->getMapper()->createDescriptor(info, [&](const auto& tmpError, const auto&) { in TEST_F()
214 mGralloc->getMapper()->importBuffer(rawHandle, [&](const auto& tmpError, const auto& buffer) { in TEST_F()
225 Error error = mGralloc->getMapper()->freeBuffer(importedHandle); in TEST_F()
250 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_F()
256 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_F()
268 Error error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_F()
272 error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_F()
279 error = mGralloc->getMapper()->freeBuffer(invalidHandle); in TEST_F()
410 mGralloc->getMapper()->unlock(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_F()
416 mGralloc->getMapper()->unlock(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_F()
[all …]
/hardware/interfaces/graphics/mapper/2.1/utils/vts/
DMapperVts.cpp63 mMapperV2_1 = IMapper::castFrom(V2_0::vts::Gralloc::getMapper()); in init()
67 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/sensors/common/vts/utils/include/sensors-vts-utils/
DGrallocWrapper.h37 sp<mapper2::IMapper> getMapper() const;
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
DMapperVts.h60 sp<IMapper> getMapper() const;
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
DMapperVts.h61 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/sensors/common/vts/utils/
DGrallocWrapper.cpp118 sp<mapper2::IMapper> GrallocWrapper::getMapper() const { in getMapper() function in android::GrallocWrapper
DSensorsTestSharedMemory.cpp123 mGrallocWrapper->getMapper() == nullptr) { in SensorsTestSharedMemory()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp124 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.cpp139 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()