Home
last modified time | relevance | path

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

/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/composer/2.2/utils/vts/
DComposerVts.cpp187 if (mGralloc4->getMapper() == nullptr || mGralloc4->getAllocator() == nullptr) { in Gralloc()
192 if (mGralloc3->getMapper() == nullptr || mGralloc3->getAllocator() == nullptr) { in Gralloc()
196 if (!mGralloc2_1->getMapper()) { in Gralloc()
/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/utils/vts/include/mapper-vts/4.0/
DMapperVts.h86 sp<IMapper> getMapper() const;
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp321 if (mGralloc4->getAllocator() == nullptr || mGralloc4->getMapper() == nullptr) { in Gralloc()
325 if (mGralloc3->getAllocator() == nullptr || mGralloc3->getMapper() == nullptr) { 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/mapper/4.0/utils/vts/
DMapperVts.cpp146 sp<IMapper> Gralloc::getMapper() const { in getMapper() function in android::hardware::graphics::mapper::V4_0::vts::Gralloc