/hardware/interfaces/graphics/mapper/2.0/vts/functional/ |
D | VtsHalGraphicsMapperV2_0TargetTest.cpp | 160 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/ |
D | VtsHalGraphicsMapperV3_0TargetTest.cpp | 160 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/ |
D | MapperVts.cpp | 61 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/ |
D | MapperVts.h | 39 sp<IMapper> getMapper() const;
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 187 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/ |
D | MapperVts.h | 61 sp<IMapper> getMapper() const;
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
D | MapperVts.h | 62 sp<IMapper> getMapper() const;
|
/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/ |
D | MapperVts.h | 86 sp<IMapper> getMapper() const;
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 321 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/ |
D | MapperVts.cpp | 122 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/ |
D | MapperVts.cpp | 137 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/ |
D | MapperVts.cpp | 146 sp<IMapper> Gralloc::getMapper() const { in getMapper() function in android::hardware::graphics::mapper::V4_0::vts::Gralloc
|