Home
last modified time | relevance | path

Searched refs:decodeDouble (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp87 GRALLOCTYPES_DECODE_VENDOR_HELPER(double, ::android::gralloc4::decodeDouble),
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h382 status_t decodeDouble(
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp235 …_FATAL_FAILURE(testHelperMetadataType(GetParam(), gralloc4::encodeDouble, gralloc4::decodeDouble)); in TEST_P()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1204 status_t decodeDouble(const MetadataType& metadataType, const hidl_vec<uint8_t>& input, in decodeDouble() function