Searched refs:EncodeConstFunction (Results 1 – 1 of 1) sorted by relevance
54 using EncodeConstFunction = status_t(*)(const T&, hidl_vec<uint8_t>*); typedef84 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()