Home
last modified time | relevance | path

Searched refs:isSupportedNoFailure (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/
DMapperVts.h148 bool isSupportedNoFailure(const IMapper::BufferDescriptorInfo& descriptorInfo);
/hardware/interfaces/graphics/mapper/4.0/utils/vts/
DMapperVts.cpp336 bool Gralloc::isSupportedNoFailure(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupportedNoFailure() function in android::hardware::graphics::mapper::V4_0::vts::Gralloc
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1233 supported = mGralloc->isSupportedNoFailure(info); in TEST_P()