Searched refs:decodeLayerCount (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | gralloctypes.cpp | 62 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeLayerCount),
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 186 …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/ |
D | Gralloc4.cpp | 483 return get(bufferHandle, gralloc4::MetadataType_LayerCount, gralloc4::decodeLayerCount, in getLayerCount() 873 gralloc4::decodeLayerCount, &layerCount); in bufferDumpHelper()
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 270 status_t decodeLayerCount(const android::hardware::hidl_vec<uint8_t>& layerCount, uint64_t* outLaye…
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 980 status_t decodeLayerCount(const hidl_vec<uint8_t>& layerCount, uint64_t* outLayerCount) { in decodeLayerCount() function
|