Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp54 using EncodeConstFunction = status_t(*)(const T&, hidl_vec<uint8_t>*); typedef
84 void testHelperConst(const T& input, EncodeConstFunction<T> encode, DecodeFunction<T> decode) { in testHelperConst()
113 void testHelperStableAidlType(const T& input, EncodeConstFunction<T> encode, DecodeFunction<T> deco… in testHelperStableAidlType()