Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp58 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeBufferId),
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp174 …SSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeBufferId, gralloc4::decodeBufferId)); in TEST_P()
499 ASSERT_NE(NO_ERROR, gralloc4::decodeBufferId(vec, nullptr)); in TEST_F()
537 ASSERT_NE(NO_ERROR, gralloc4::decodeBufferId(vec, &bufferId)); in TEST_F()
/frameworks/native/libs/ui/
DGralloc4.cpp465 return get(bufferHandle, gralloc4::MetadataType_BufferId, gralloc4::decodeBufferId, in getBufferId()
854 gralloc4::decodeBufferId, &bufferId); in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h258 status_t decodeBufferId(const android::hardware::hidl_vec<uint8_t>& bufferId, uint64_t* outBufferId…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp948 status_t decodeBufferId(const hidl_vec<uint8_t>& bufferId, uint64_t* outBufferId) { in decodeBufferId() function