Home
last modified time | relevance | path

Searched defs:converter (Results 1 – 6 of 6) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice_properties.cc86 base::JSONValueConverter<DeviceProperties> converter; in DeviceProperties() local
93 void DeviceProperties::RegisterJSONConverter(base::JSONValueConverter<DeviceProperties>* converter)… in RegisterJSONConverter()
/system/libvintf/
Dutils.h35 const XmlConverter<T>& converter, T* outObject, std::string* error) { in fetchAllInformation()
Dcheck_vintf.cpp108 const XmlConverter<T>& converter) { in readObject()
DAssembleVintf.cpp608 AssembleStatus tryAssemble(const XmlConverter<Schema>& converter, const std::string& schemaName, in tryAssemble()
/system/libvintf/analyze_matrix/
Danalyze_matrix.cpp33 std::optional<T> readObject(const std::string& path, const XmlConverter<T>& converter) { in readObject()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h326 sp<Converter> converter = new Converter(halInterface); in _castFromHalBaseAndConvert() local