Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp66 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeUsage),
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp194 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeUsage, gralloc4::decodeUsage)); in TEST_P()
534 ASSERT_NE(NO_ERROR, gralloc4::decodeUsage(vec, nullptr)); in TEST_F()
573 ASSERT_NE(NO_ERROR, gralloc4::decodeUsage(vec, &usage)); in TEST_F()
/frameworks/native/libs/ui/
DGralloc4.cpp574 return get(bufferHandle, gralloc4::MetadataType_Usage, gralloc4::decodeUsage, outUsage); in getUsage()
842 error = metadataDumpHelper(bufferDump, StandardMetadataType::USAGE, gralloc4::decodeUsage, in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h288 status_t decodeUsage(const android::hardware::hidl_vec<uint8_t>& usage, uint64_t* outUsage);
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1020 status_t decodeUsage(const hidl_vec<uint8_t>& usage, uint64_t* outUsage) { in decodeUsage() function