Home
last modified time | relevance | path

Searched refs:decodeLayerCount (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/gralloc/types/fuzzer/
H A Dgralloctypes.cpp62 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeLayerCount),
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp186 …T_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeLayerCount, gralloc4::decodeLayerCount)); in TEST_P()
503 ASSERT_NE(NO_ERROR, gralloc4::decodeLayerCount(vec, nullptr)); in TEST_F()
541 ASSERT_NE(NO_ERROR, gralloc4::decodeLayerCount(vec, &layerCount)); in TEST_F()
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp483 return get(bufferHandle, gralloc4::MetadataType_LayerCount, gralloc4::decodeLayerCount, in getLayerCount()
873 gralloc4::decodeLayerCount, &layerCount); in bufferDumpHelper()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h270 status_t decodeLayerCount(const android::hardware::hidl_vec<uint8_t>& layerCount, uint64_t* outLaye…
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp980 status_t decodeLayerCount(const hidl_vec<uint8_t>& layerCount, uint64_t* outLayerCount) { in decodeLayerCount() function
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1125 ASSERT_EQ(NO_ERROR, gralloc4::decodeLayerCount(vec, &layerCount)); in TEST_P()