Searched refs:decodeBufferId (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | gralloctypes.cpp | 58 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeBufferId),
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 174 …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/ |
D | Gralloc4.cpp | 465 return get(bufferHandle, gralloc4::MetadataType_BufferId, gralloc4::decodeBufferId, in getBufferId() 854 gralloc4::decodeBufferId, &bufferId); in bufferDumpHelper()
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 258 status_t decodeBufferId(const android::hardware::hidl_vec<uint8_t>& bufferId, uint64_t* outBufferId…
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 948 status_t decodeBufferId(const hidl_vec<uint8_t>& bufferId, uint64_t* outBufferId) { in decodeBufferId() function
|