Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp62 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeLayerCount),
/frameworks/native/libs/gralloc/types/tests/
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()
/frameworks/native/libs/ui/
DGralloc4.cpp483 return get(bufferHandle, gralloc4::MetadataType_LayerCount, gralloc4::decodeLayerCount, in getLayerCount()
873 gralloc4::decodeLayerCount, &layerCount); in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h270 status_t decodeLayerCount(const android::hardware::hidl_vec<uint8_t>& layerCount, uint64_t* outLaye…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp980 status_t decodeLayerCount(const hidl_vec<uint8_t>& layerCount, uint64_t* outLayerCount) { in decodeLayerCount() function