Home
last modified time | relevance | path

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

/aosp12/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h274 template <typename BPINTERFACE, typename CONVERTER, typename... CONVERTERS>
275 class HpInterface : public CONVERTER::BaseInterface {
277 typedef HpInterface<BPINTERFACE, CONVERTER, CONVERTERS...> PBase; // Proxy Base
278 typedef typename CONVERTER::BaseInterface BaseInterface;
296 CONVERTER, CONVERTERS...> _ConverterVar;
298 typename CONVERTER::HalInterface,
301 sp<typename CONVERTER::HalInterface>,
493 template <typename BPINTERFACE, typename CONVERTER, typename... CONVERTERS>
494 HpInterface<BPINTERFACE, CONVERTER, CONVERTERS...>::HpInterface( in HpInterface()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DObjectCounterTest.java126 private static final ProtobufConverter<TestKey, TestKeyProto> CONVERTER = field in ObjectCounterTest
135 new ObjectCounter<TestKey>().toProto(TestKeyProto.class, CONVERTER)); in testEmpty()
154 TestKeyProto[] actual = counter.toProto(TestKeyProto.class, CONVERTER); in testAddToCounter()